From cd596df7c183f65ff7a28610ba648c6d8264a035 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 Feb 2016 16:40:51 -0500 Subject: [PATCH] adjusting drop down style for top bar menu for current number of page menu items --- css/app.css | 6 +++--- scss/_topbar.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index ebb2924..c62201e 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b227824..3d67a39 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -137,15 +137,15 @@ 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; -- 2.17.1