From: Rico Hoppe Date: Wed, 11 Oct 2023 14:49:42 +0000 (+0000) Subject: main sass: added a minimum height for the body element X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=912e954ebdcee3b1d30533f76506e18aa18fed87;p=ipfire.org.git main sass: added a minimum height for the body element --- diff --git a/src/sass/main.sass b/src/sass/main.sass index f1a13f87..1d397191 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -62,6 +62,10 @@ $section-padding-desktop: 3rem 0.5rem // Custom CSS +html, body + min-height: 100vh; + + #hero-index position: relative video