adjusting drop down style for top bar menu for current number of page menu items
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 21:40:51 +0000 (16:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Feb 2016 21:40:51 +0000 (16:40 -0500)
css/app.css
scss/_topbar.scss

index ebb2924..c62201e 100644 (file)
@@ -6485,14 +6485,14 @@ header {
       background: rgba(255, 255, 255, 0.85);
       border-top: 5px solid #db1f5d;
       width: 100%;
-      min-width: 900px;
+      min-width: 600px;
       max-width: 900px;
       max-height: 300px;
       float: left;
       left: 0;
-      column-count: 3;
+      column-count: 1;
       -webkit-column-count: 1;
-      -moz-column-count: 3;
+      -moz-column-count: 1;
       column-width: 300px;
       -webkit-column-width: 300px;
       -moz-column-width: 300px;
index b227824..3d67a39 100644 (file)
                 background: rgba($white, 0.85);
                 border-top: 5px solid $pink;
                 width: 100%;
-                min-width: 900px;
+                min-width: 600px;
                 max-width: 900px;
                 max-height: 300px ;
 //                height: 173px !important;
                 float: left;
                 left: 0;
-                column-count: 3;
+                column-count: 1;
                 -webkit-column-count: 1;
-                -moz-column-count: 3;
+                -moz-column-count: 1;
                 column-width: 300px;
                 -webkit-column-width: 300px;
                 -moz-column-width: 300px;