Merge branch 'main' of git@github.com:cdransf/coryd.dev.git

This commit is contained in:
Cory Dransfeldt 2023-12-31 19:29:38 -08:00
commit c48ae5a8f4
3 changed files with 41 additions and 4 deletions

View file

@ -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);