You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
375 B
CSS
33 lines
375 B
CSS
<style>
|
|
.slides {
|
|
font-size: 0.75em;
|
|
}
|
|
.reveal ul {
|
|
display: block;
|
|
}
|
|
.reveal ol {
|
|
display: block;
|
|
}
|
|
|
|
img {
|
|
max-height: 350px !important;
|
|
}
|
|
|
|
figcaption {
|
|
font-size: 0.6em !important;
|
|
font-style: italic !important;
|
|
}
|
|
|
|
.subtitle {
|
|
font-style: italic !important;
|
|
}
|
|
|
|
.date {
|
|
font-size: 0.75em !important;
|
|
}
|
|
|
|
p {
|
|
text-align: left;
|
|
}
|
|
</style>
|