changed padding for menu items to 22px
authorIan Weller <ian@gaslightmedia.com>
Fri, 13 Nov 2015 15:13:36 +0000 (10:13 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 13 Nov 2015 15:13:36 +0000 (10:13 -0500)
css/app.css
scss/_topbar.scss

index eb57c4c..06c551e 100644 (file)
@@ -6446,7 +6446,7 @@ header {
         border-top-right-radius: 5px;
         border-bottom-right-radius: 5px; }
     .row .top-bar .top-bar-section ul li a {
-      padding: 0 20px; }
+      padding: 0 22px; }
     .row .top-bar .top-bar-section ul li ul.dropdown {
       background: #FFFFFF;
       border-bottom-left-radius: 5px;
@@ -6498,7 +6498,7 @@ header {
   height: auto;
   line-height: 1; }
   .top-bar-section ul li a {
-    padding: 0 24px; }
+    padding: 0 22px; }
   .top-bar-section ul li ul.dropdown {
     background: #FFFFFF;
     border-bottom-left-radius: 5px;
index 5ffb787..a09a92b 100644 (file)
@@ -48,7 +48,7 @@
                         }
                     }
                     a {
-                        padding: 0 20px;
+                        padding: 0 22px;
                     }
 
                     &:not(.has-form):not(.active) {
 //            min-width: 158px;
             a {
 //                text-align: center;
-                padding: 0 24px;
+                padding: 0 22px;
 //                font-size: 20px;
 //                font-weight: bold;
 //                color: $white;