23 lines
343 B
CSS
23 lines
343 B
CSS
#fig-nixos {
|
|
box-sizing: border-box;
|
|
padding: 5px;
|
|
}
|
|
|
|
.slide-number {
|
|
color: darkgrey !important;
|
|
font-size: 0.6em !important;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.caption {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.reveal .slide-logo {
|
|
height: 11% !important;
|
|
max-width: unset !important;
|
|
max-height: unset !important;
|
|
}
|