From: Ian Weller Date: Tue, 17 Nov 2015 14:26:14 +0000 (-0500) Subject: slight padding editing for top bar X-Git-Tag: v1.0.0^2~58 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=efd6e1ce13e3403747b2287ae18f639935090f40;p=WP-Themes%2Fupwatertrails.git slight padding editing for top bar --- diff --git a/css/app.css b/css/app.css index d0a6d74..5fe3480 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 89887f1..80a2ada 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -60,7 +60,7 @@ padding: 0 22px; @media #{$medium-only} { font-size: rem-calc(16); - padding: 0 14px; + padding: 0 13px; } } @@ -177,14 +177,14 @@ // 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 {