From fd862daa560afd58ca535c6788b498981f4e4756 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 15 Jul 2016 09:27:03 -0400 Subject: [PATCH] think I figured out the padding situation --- 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 df84faf..0c5c7e1 100644 --- a/css/app.css +++ b/css/app.css @@ -6442,12 +6442,12 @@ header { box-shadow: 0 0 0 1px #90c7db, 0 5px 0 1px #90c7db, 0 10px 0 1px #90c7db; } .top-bar-section ul li.menu-icon ul.dropdown { position: relative; - padding: 10px 10px 0; - min-width: 885px; + padding: 10px 5.5px 0; + min-width: 860px; width: 100%; background: #FFFFFF; } .top-bar-section ul li.menu-icon ul.dropdown li { - width: 24%; } + width: 25%; } .top-bar-section ul li.menu-icon ul.dropdown li a { text-align: center; min-width: 200px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 3695257..d5059eb 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -41,12 +41,12 @@ } ul.dropdown { position: relative; - padding: 10px 10px 0; - min-width: 885px; + padding: 10px 5.5px 0; + min-width: 860px; width: 100%; background: $white; li { - width: 24%; + width: 25%; a { text-align: center; min-width: 200px; -- 2.17.1