From: Ian Weller Date: Mon, 16 May 2016 15:38:54 +0000 (-0400) Subject: possibly the last change to the topbar X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c6da45ecb795b10a5ba2cf67eb0a1275a6ea70ae;p=WP-Themes%2Fthinkdunes.git possibly the last change to the topbar --- diff --git a/css/app.css b/css/app.css index b913610..f6ef8fc 100644 --- a/css/app.css +++ b/css/app.css @@ -6362,7 +6362,7 @@ header { @media screen and (max-width: 1125px) { .top-bar-section ul li a { font-size: 1.0625rem; } } - @media screen and (max-width: 1052px) { + @media screen and (max-width: 1065px) { .top-bar-section ul li a { font-size: 1.03125rem; } } .top-bar-section ul li .dropdown { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 61fbfac..3c4149b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -40,7 +40,7 @@ @media screen and (max-width: 1125px){ font-size: rem-calc(17); } - @media screen and (max-width: 1052px){ + @media screen and (max-width: 1065px){ font-size: rem-calc(16.5); } }