update heading font sizes
All checks were successful
/ weblog.lol (push) Successful in 10s

This commit is contained in:
Gordon Pedersen 2024-05-08 06:18:26 +00:00
parent 1da9ce4a5c
commit 61feccbd79

View file

@ -124,6 +124,13 @@ h1, h2, h3, h4, h5, h6 {
margin: 1rem 0; margin: 1rem 0;
} }
h1 { font-size: 4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.17em; }
h5 { font-size: 1em; }
h6 { font-size: .83em; }
iframe { iframe {
max-width: 100%; max-width: 100%;
} }