fix: margin on article headers

This commit is contained in:
Cory Dransfeldt 2023-12-28 10:37:29 -08:00
parent 1a84c266f5
commit c1189cde63
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -538,6 +538,7 @@ code {
article h2 {
line-height: var(--line-height-2xl);
margin-bottom: 0;
}
article time {