Remove the massive headings

This commit is contained in:
2026-08-08 21:24:45 -04:00
parent bbd7da3a15
commit fb13a0952e
3 changed files with 12 additions and 6 deletions

View File

@@ -57,23 +57,23 @@ h3,
h4,
h5,
h6 {
margin-top: 2em;
margin-top: 1em;
margin-bottom: 0.5em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
img {
max-width: 100%;
}