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;