fixing h1 line height
All checks were successful
/ weblog.lol (push) Successful in 8s

This commit is contained in:
Gordon Pedersen 2024-05-08 06:21:57 +00:00
parent f4f496f7b5
commit c89a86178d

View file

@ -124,7 +124,7 @@ h1, h2, h3, h4, h5, h6 {
margin: 1rem 0;
}
h1 { font-size: 3em; line-height: 3em; }
h1 { font-size: 3em; line-height: 1em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.17em; }