From: Ian Weller Date: Fri, 13 Nov 2015 15:13:36 +0000 (-0500) Subject: changed padding for menu items to 22px X-Git-Tag: v1.0.0^2~77 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3304a3f31eef84a276731ed0934cd788bc60b0d6;p=WP-Themes%2Fupwatertrails.git changed padding for menu items to 22px --- diff --git a/css/app.css b/css/app.css index eb57c4c..06c551e 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5ffb787..a09a92b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -48,7 +48,7 @@ } } a { - padding: 0 20px; + padding: 0 22px; } &:not(.has-form):not(.active) { @@ -134,7 +134,7 @@ // min-width: 158px; a { // text-align: center; - padding: 0 24px; + padding: 0 22px; // font-size: 20px; // font-weight: bold; // color: $white;