WIP:bulma:neu
[website] / sass / juplo.scss
index 2511b21..cd03e36 100644 (file)
@@ -127,19 +127,21 @@ footer
 main,
 #copyright
 {
-  flex-grow: 1;
-  max-width: 768px;
-  min-width: 568px;
+  flex: 0 1 768px;
   overflow: hidden;
 }
 nav,
 #footerlinks
 {
-  flex-grow: 0;
+  flex: 0 0 293px ;
   min-width: 293px;
 }
 
 
+label
+{
+  @extend .label;
+}
 input[type=submit],
 input[type=reset]
 {