add header margins to articles

This commit is contained in:
Rowan 2024-12-01 18:39:36 -06:00
parent 3f6f67c247
commit fe259d8ada

View file

@ -95,7 +95,6 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: Arial, Georgia, Helvetica, sans-serif; font-family: Arial, Georgia, Helvetica, sans-serif;
font-variant: small-caps; font-variant: small-caps;
margin: 0;
} }
h1 { h1 {
@ -237,6 +236,7 @@ nav li::before {
.header { .header {
color: var(--header-color); color: var(--header-color);
margin: 0;
} }
.divider { .divider {