slight padding editing for top bar
authorIan Weller <ian@gaslightmedia.com>
Tue, 17 Nov 2015 14:26:14 +0000 (09:26 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 17 Nov 2015 14:26:14 +0000 (09:26 -0500)
css/app.css
scss/_topbar.scss

index d0a6d74..5fe3480 100644 (file)
@@ -6462,7 +6462,7 @@ header {
       @media only screen and (min-width:40.063em) and (max-width:64em) {
         .row .top-bar .top-bar-section ul li a {
           font-size: 1rem;
-          padding: 0 14px; } }
+          padding: 0 13px; } }
     .row .top-bar .top-bar-section ul li ul.dropdown {
       background: #FFFFFF;
       border-bottom-left-radius: 5px;
@@ -6530,11 +6530,11 @@ header {
   @media only screen and (min-width:40.063em) and (max-width:64em) {
     .top-bar-section ul li:not(.has-form):not(.active) > a:not(.button) {
       font-size: 1rem;
-      padding: 0 14px; } }
+      padding: 0 13px; } }
   @media only screen and (min-width:40.063em) and (max-width:64em) {
     .top-bar-section ul li.active:not(.has-form) a:not(.button) {
       font-size: 1rem;
-      padding: 0 14px; } }
+      padding: 0 13px; } }
   .top-bar-section ul li.drop-left ul.dropdown {
     right: -1%;
     left: auto;
index 89887f1..80a2ada 100644 (file)
@@ -60,7 +60,7 @@
                         padding: 0 22px;
                         @media #{$medium-only} {
                             font-size: rem-calc(16);
-                            padding: 0 14px;
+                            padding: 0 13px;
                         }
                     }
 
 //                    background: transparent;
                     @media #{$medium-only} {
                         font-size: rem-calc(16);
-                        padding: 0 14px;
+                        padding: 0 13px;
                     }
                 }
             }
         &.active:not(.has-form) a:not(.button) {
             @media #{$medium-only} {
                 font-size: rem-calc(16);
-                padding: 0 14px;
+                padding: 0 13px;
             }
         }
         &.drop-left {