Merge branch 'main' of git@github.com:cdransf/coryd.dev.git
This commit is contained in:
commit
c48ae5a8f4
3 changed files with 41 additions and 4 deletions
|
@ -252,8 +252,7 @@ article {
|
|||
|
||||
.now__topper h2 {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: 0;
|
||||
margin-top: 1rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -706,9 +705,14 @@ ol li {
|
|||
|
||||
.now__section--header,
|
||||
article .now__section--header {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.now__section--header:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.now__explainer {
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-xs);
|
||||
|
|
Reference in a new issue