WIP:bulma:neu
[website] / sass / juplo.scss
index cbd132e..45389f3 100644 (file)
@@ -96,3 +96,23 @@ $button-hover-border-color: #000 !important;
 {
   content: "\f0ab";
 }
+
+
+html
+{
+  height: 100%;
+}
+body
+{
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+}
+#page
+{
+  flex: 1 0 auto;
+}
+footer
+{
+  flex-shrink: 0;
+}