fix: adjust heading margins and font sizes for improved readability
This commit is contained in:
@@ -92,13 +92,13 @@ article h1, article h2, article h3, article h4, article h5, article h6 {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #f9fafb; /* White headings */
|
color: #f9fafb; /* White headings */
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.5em;
|
||||||
line-height: 1.2;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
article h1 { font-size: 2.5em; }
|
article h1 { font-size: 2.5em; }
|
||||||
article h2 { font-size: 1.5em; }
|
article h2 { font-size: 1.75em; }
|
||||||
article h3 { font-size: 1.0em; }
|
article h3 { font-size: 1.25em; }
|
||||||
article h4 { font-size: 0.5em; }
|
article h4 { font-size: 1.0em; }
|
||||||
|
|
||||||
article a {
|
article a {
|
||||||
color: #60a5fa;
|
color: #60a5fa;
|
||||||
|
Reference in New Issue
Block a user