Archived
27 lines
338 B
CSS
27 lines
338 B
CSS
.reveal h2 {
|
|
text-transform: unset;
|
|
margin-left: -1ch
|
|
}
|
|
|
|
/* .reveal img, .reveal object {
|
|
margin: auto;
|
|
display: block;
|
|
} */
|
|
|
|
.reveal pre code {
|
|
max-height: 620px;
|
|
}
|
|
|
|
.reveal pre code.dockercompose {
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
|
|
section {
|
|
text-align: left;
|
|
}
|
|
|
|
.title-slide {
|
|
height: unset;
|
|
} |