think I figured out the padding situation
authorIan Weller <ian@gaslightmedia.com>
Fri, 15 Jul 2016 13:27:03 +0000 (09:27 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 15 Jul 2016 13:27:03 +0000 (09:27 -0400)
css/app.css
scss/_topbar.scss

index df84faf..0c5c7e1 100644 (file)
@@ -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; }
index 3695257..d5059eb 100644 (file)
                 }
                 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;