simplify styles that control position of navbar-end
authorDan Allen <dan@opendevise.com>
Sun, 3 Jan 2021 21:59:02 +0000 (14:59 -0700)
committerDan Allen <dan@opendevise.com>
Sun, 3 Jan 2021 22:02:13 +0000 (15:02 -0700)
src/css/header.css

index 722dbf2..44ca5e3 100644 (file)
@@ -215,11 +215,10 @@ body {
   }
 
   .navbar-menu {
-    flex-grow: 1;
+    flex: auto;
   }
 
   .navbar-end {
-    justify-content: flex-end;
     margin-left: auto;
   }