chore: now page layout
This commit is contained in:
parent
1cc136b278
commit
64a115f5a8
1 changed files with 5 additions and 4 deletions
|
@ -704,15 +704,16 @@ ol li {
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.now__section--header:first-of-type {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.now__section--header,
|
.now__section--header,
|
||||||
article .now__section--header {
|
article .now__section--header {
|
||||||
|
margin-top: 2rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.now__section--header:first-of-type {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.now__explainer {
|
.now__explainer {
|
||||||
font-size: var(--font-size-xs);
|
font-size: var(--font-size-xs);
|
||||||
line-height: var(--line-height-xs);
|
line-height: var(--line-height-xs);
|
||||||
|
|
Reference in a new issue