fix: layout consistency
This commit is contained in:
parent
fbb6670035
commit
721408e21e
1 changed files with 5 additions and 1 deletions
|
@ -253,7 +253,7 @@ article {
|
|||
.now__topper h2 {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: 0;
|
||||
margin-top: 1rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -704,6 +704,10 @@ ol li {
|
|||
width: 1.25rem;
|
||||
}
|
||||
|
||||
.now__section--header:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.now__section--header,
|
||||
article .now__section--header {
|
||||
margin-bottom: 1rem;
|
||||
|
|
Reference in a new issue