chore: roundup post
This commit is contained in:
parent
f854d9dbd6
commit
b8728e7169
5 changed files with 146 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue