WIP:bulma:neu
[website] / sass / juplo.scss
index d71f289..45389f3 100644 (file)
@@ -105,17 +105,14 @@ html
 body
 {
   height: 100%;
-  overflow-y: scroll;
+  display: flex;
+  flex-direction: column;
 }
 #page
 {
-  position: relative;
-  min-height: 100%;
+  flex: 1 0 auto;
 }
 footer
 {
-  position: relative;
-  left: 0;
-  right: 0;
-  bottom: 1em;
+  flex-shrink: 0;
 }