her.esy.fun/src/css/slides.css
Yann Esposito (Yogsototh) adcf418dc8
CSS small work.
2019-08-26 00:23:42 +02:00

21 lines
327 B
CSS

.outline-4 {
margin: 1em 0;
padding: 1em;
border: solid;
min-height: 21em;
display: block;
}
.outline-3 > h3,
.outline-2 > h2 {
border: solid;
padding: 10em 1em;
margin: 1em 0;
text-align: center;
}
#content,.content {
max-width: 53em !important;
}
#preamble {
margin-bottom: 2em;
}