From: Ian Weller Date: Tue, 29 Sep 2015 19:53:21 +0000 (-0400) Subject: forgot to take sidebar into account X-Git-Tag: v1.0.0^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0c0d5ce31ab66ed364d1dbfc60b4a6da748b1336;p=WP-Themes%2Fwesternup.git forgot to take sidebar into account --- diff --git a/css/app.css b/css/app.css index b0fabdb..217f401 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: 1052px) { + @media (max-width: 1062px) { .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 7bb80ab..08fc9a3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -119,7 +119,7 @@ } &:not(.has-form) { a:not(.button) { - @media (max-width: 1052px) { + @media (max-width: 1062px) { padding: 0 11px; } }