her.esy.fun/src/css/slides.css

21 lines
327 B
CSS
Raw Normal View History

2019-08-23 11:09:26 +00:00
.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;
}
2019-08-25 22:23:42 +00:00
#preamble {
margin-bottom: 2em;
}