WIP:bulma:neu:flex
[website] / sass / juplo.scss
index 45389f3..dc9f3a7 100644 (file)
@@ -111,8 +111,17 @@ body
 #page
 {
   flex: 1 0 auto;
+  display: flex;
+  justify-content: flex-end;
 }
 footer
 {
   flex-shrink: 0;
 }
+main {
+  flex-grow: 1;
+  max-width: 768px;
+}
+nav {
+  flex-grow: 0;
+}