Update headings and heading sizes

This commit is contained in:
2025-09-13 15:47:11 -07:00
parent 91ec3af275
commit 2340b3683c

View File

@@ -42,13 +42,20 @@ a {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
font-family: 'FormaDJRDisplay', sans-serif; font-family: 'FormaDJRDisplay', sans-serif;
} }
@media screen and (min-width: 720px) { h1 {
main { font-size: 3em;
padding-top: 32px; }
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
} }
img { img {