From 8f4e598577e523cdff9e422e48f90dc4793ce33f Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Wed, 13 Aug 2025 22:21:32 -0400 Subject: [PATCH] fix: adjust heading margins and font sizes for improved readability --- src/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index d70438c..6e68b65 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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;