Adjust heading top margin

This commit is contained in:
daudix
2024-07-21 22:29:23 +03:00
parent 3bfdbf9620
commit 01a927dc79
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
margin: 2rem 0 1rem;
font-weight: bold; font-weight: bold;
font-family: var(--font-system-ui) font-family: var(--font-system-ui)
} }

View File

@ -6,7 +6,7 @@ h4,
h5, h5,
h6 { h6 {
text-wrap: balance; text-wrap: balance;
margin: 3rem 0 1rem; margin: 2rem 0 1rem;
font-weight: lighter; font-weight: lighter;
line-height: normal; line-height: normal;
font-family: var(--font-antique); font-family: var(--font-antique);