]> git.ipfire.org Git - ipfire.org.git/commitdiff
main sass: added a minimum height for the body element
authorRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 14:49:42 +0000 (14:49 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 14:49:42 +0000 (14:49 +0000)
src/sass/main.sass

index f1a13f8771691161e0cc4c4fc13ba797981b1a34..1d3971918a62719d9ff0297547c8c142184dfee2 100644 (file)
@@ -62,6 +62,10 @@ $section-padding-desktop:       3rem 0.5rem
 
 // Custom CSS
 
+html, body
+    min-height: 100vh;
+
+
 #hero-index
        position: relative
        video