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