hotfix: font size in em

This commit is contained in:
2025-08-31 10:06:46 -04:00
parent 11f21221ee
commit 0ea16ead64

View File

@@ -15,11 +15,11 @@ body {
} }
h1 { h1 {
font-size: 48px; font-size: 2em;
font-family: Garamond; font-family: Garamond;
} }
p { p {
font-size: 24px; font-size: 1em;
font-family: Garamond; font-family: Garamond;
} }
a { a {