From: Ian Weller Date: Tue, 29 Sep 2015 20:05:45 +0000 (-0400) Subject: query adjustment padding 0 10px X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a49251bd06b02efee40e7c0189863f8e1373aaa6;p=WP-Themes%2Fwesternup.git query adjustment padding 0 10px --- diff --git a/css/app.css b/css/app.css index caf5be3..fe9f048 100644 --- a/css/app.css +++ b/css/app.css @@ -6837,7 +6837,7 @@ h4 { letter-spacing: 0.6px; } @media (max-width: 1070px) { .top-bar-section ul.top-bar-menu li:not(.has-form) a:not(.button) { - padding: 0 11px; } } + padding: 0 10px; } } .top-bar-section ul.top-bar-menu li .dropdown { z-index: 1; position: relative; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 55b4114..e5233e2 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -120,7 +120,7 @@ &:not(.has-form) { a:not(.button) { @media (max-width: 1070px) { - padding: 0 11px; + padding: 0 10px; } } }