fix: body height, sticky header
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user