This repository has been archived on 2025-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-example/presentation/style.css
T
2024-07-27 19:52:58 +02:00

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;
}