diff --git a/assets/style.css b/assets/style.css index 39605f8..4c2e286 100644 --- a/assets/style.css +++ b/assets/style.css @@ -8,14 +8,6 @@ html { "Source Serif Pro", serif; } -/* For overscroll in Apple browsers */ -html { - background: var(--theme-main); -} -body { - background: white; -} - h1 { font-weight: normal; font-style: normal; @@ -195,11 +187,11 @@ nav { /* Sticky footer */ html, body { + height: 100%; margin: 0; padding: 0; } body { - min-height: 100vh; display: flex; flex-direction: column; } diff --git a/templates/layout.html b/templates/layout.html index 46c7109..2123814 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ - +