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