Public Access
1
0

fix: adjust heading margins and font sizes for improved readability

This commit is contained in:
2025-08-13 22:21:32 -04:00
parent 15f3611050
commit 8f4e598577

View File

@@ -92,13 +92,13 @@ article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: 700;
color: #f9fafb; /* White headings */
margin-top: 2em;
margin-bottom: 0.25em;
line-height: 1.2;
margin-bottom: 0.5em;
line-height: 1.25;
}
article h1 { font-size: 2.5em; }
article h2 { font-size: 1.5em; }
article h3 { font-size: 1.0em; }
article h4 { font-size: 0.5em; }
article h2 { font-size: 1.75em; }
article h3 { font-size: 1.25em; }
article h4 { font-size: 1.0em; }
article a {
color: #60a5fa;