From 7a42cf8d0a91f7c1e60f3b7e4a0cf030231f2abf Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Thu, 21 Aug 2025 22:42:34 -0400 Subject: [PATCH] fix: body height, sticky header --- src/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 092ec7d..f3654ad 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -8,6 +8,7 @@ body { min-height: 100vh; display: flex; flex-direction: column; + height: fit-content; } .main-content { flex: 1; @@ -104,7 +105,7 @@ article img[src*='#center'] { } article h1, article h2, article h3, article h4, article h5, article h6 { font-weight: 700; - color: #f9fafb; /* White headings */ + color: #f9fafb; margin-top: 2em; margin-bottom: 0.5em; line-height: 1.25;