chore: roundup post

This commit is contained in:
Cory Dransfeldt 2023-12-28 16:32:48 -08:00
parent f854d9dbd6
commit b8728e7169
No known key found for this signature in database
5 changed files with 146 additions and 1 deletions

View file

@ -164,6 +164,10 @@ strong {
font-weight: 700;
}
em {
font-style: italic;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
@ -740,6 +744,11 @@ ol li {
width: 1.25rem;
}
.now__section--header,
article .now__section--header {
margin-bottom: 1rem;
}
.now__explainer {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);