diff --git a/assets/style/style.css b/assets/style/style.css index 8f8852d..28537d8 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -59,7 +59,6 @@ * webpage was too narrow (Mobile devices). */ html, body { - max-width: 100vw; overflow-x: hidden; padding: 0; margin: 0; @@ -71,6 +70,7 @@ html { } body { + min-height: 100vh; padding-top: var(--navbar-height); line-height: 1.6; display: flex;