From: Ian Weller Date: Tue, 29 Sep 2015 19:59:02 +0000 (-0400) Subject: forgot to take the scroll into account X-Git-Tag: v1.0.0^2~38 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4225abc1224181a12cb1759ed039436ea81ddc45;p=WP-Themes%2Fwesternup.git forgot to take the scroll into account --- diff --git a/css/app.css b/css/app.css index 217f401..a7424f6 100644 --- a/css/app.css +++ b/css/app.css @@ -6835,7 +6835,7 @@ h4 { padding: 0 20px; text-decoration: none; letter-spacing: 0.6px; } - @media (max-width: 1062px) { + @media (max-width: 1065px) { .top-bar-section ul.top-bar-menu li:not(.has-form) a:not(.button) { padding: 0 11px; } } .top-bar-section ul.top-bar-menu li .dropdown { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 08fc9a3..0a2a4af 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -119,7 +119,7 @@ } &:not(.has-form) { a:not(.button) { - @media (max-width: 1062px) { + @media (max-width: 1065px) { padding: 0 11px; } }