fix: header spacing

This commit is contained in:
Cory Dransfeldt 2023-12-28 10:50:05 -08:00
parent 0de1c9d628
commit d26b0cb8be
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -536,6 +536,10 @@ code {
padding-top: 1rem;
}
.article__wrapper article h2 {
margin-top: 2rem;
}
article h2 {
line-height: var(--line-height-2xl);
margin-top: 0;