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;
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;