WIP:bulma:neu
[website] / sass / juplo.scss
index cbd132e..1401316 100644 (file)
@@ -96,3 +96,35 @@ $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;
+  justify-content: flex-end;
+}
+footer
+{
+  flex-shrink: 0;
+}
+main {
+  flex-grow: 1;
+  max-width: 768px;
+  min-width: 568px;
+  overflow: hidden;
+}
+nav {
+  flex-grow: 0;
+  min-width: 293px;
+}