From: Ian Weller Date: Mon, 16 May 2016 15:26:13 +0000 (-0400) Subject: making adjustments to the topbar so it doesn't wrap X-Git-Tag: v1.0.0^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=45d75839e4428299f2af4e221cdd2e94b00dde10;p=WP-Themes%2Fthinkdunes.git making adjustments to the topbar so it doesn't wrap --- diff --git a/css/app.css b/css/app.css index e87246a..43b2400 100644 --- a/css/app.css +++ b/css/app.css @@ -6356,7 +6356,7 @@ header { letter-spacing: 0.035em; } .top-bar-section ul li a:hover { text-decoration: none; } - @media screen and (max-width: 1207px) { + @media screen and (max-width: 1210px) { .top-bar-section ul li a { font-size: 1.125rem; } } @media screen and (max-width: 1105px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 2c7b830..ce44146 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -34,7 +34,7 @@ &:hover { text-decoration: none; } - @media screen and (max-width: 1207px){ + @media screen and (max-width: 1210px){ font-size: rem-calc(18); } @media screen and (max-width: 1105px){