Public Access
1
0

fix: body height, sticky header

This commit is contained in:
2025-08-21 22:42:34 -04:00
parent f8535cb95e
commit 7a42cf8d0a

View File

@@ -8,6 +8,7 @@ body {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: fit-content;
} }
.main-content { .main-content {
flex: 1; flex: 1;
@@ -104,7 +105,7 @@ article img[src*='#center'] {
} }
article h1, article h2, article h3, article h4, article h5, article h6 { article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: 700; font-weight: 700;
color: #f9fafb; /* White headings */ color: #f9fafb;
margin-top: 2em; margin-top: 2em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
line-height: 1.25; line-height: 1.25;