@shower/ribbon
Version:
Ribbon theme for Shower HTML presentation engine
27 lines (21 loc) • 330 B
CSS
/* Basic */
.slide h2 {
margin-top: 6px;
margin-bottom: 34px;
color: var(--color-grey);
text-wrap: balance;
font: bold 50px/1 'PT Sans Narrow', sans-serif;
}
.slide * + h2 {
margin-top: 41px;
}
.slide p {
margin-top: 0;
margin-bottom: 1em;
}
.slide p.note {
color: var(--color-grey);
}
.slide figure {
margin: 0;
}