From: Ian Weller Date: Mon, 16 May 2016 15:35:11 +0000 (-0400) Subject: more adjustments to the queries for the topbar X-Git-Tag: v1.0.0^2~31 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b882d1c086df5566a2b66a99de2ceec43a7fa329;p=WP-Themes%2Fthinkdunes.git more adjustments to the queries for the topbar --- diff --git a/css/app.css b/css/app.css index 43b2400..b913610 100644 --- a/css/app.css +++ b/css/app.css @@ -6359,7 +6359,7 @@ header { @media screen and (max-width: 1210px) { .top-bar-section ul li a { font-size: 1.125rem; } } - @media screen and (max-width: 1105px) { + @media screen and (max-width: 1125px) { .top-bar-section ul li a { font-size: 1.0625rem; } } @media screen and (max-width: 1052px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index ce44146..61fbfac 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -37,7 +37,7 @@ @media screen and (max-width: 1210px){ font-size: rem-calc(18); } - @media screen and (max-width: 1105px){ + @media screen and (max-width: 1125px){ font-size: rem-calc(17); } @media screen and (max-width: 1052px){