From: Anthony Talarico Date: Tue, 26 Jan 2016 13:38:57 +0000 (-0500) Subject: testing remcalc top bar link font size in media query X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4ae6dd8aa23e41fdfb1998cf3949b2086444a73c;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git testing remcalc top bar link font size in media query --- diff --git a/css/app.css b/css/app.css index bb53ee7..6ec73d5 100644 --- a/css/app.css +++ b/css/app.css @@ -6469,7 +6469,7 @@ header { font-size: 1.2375rem; } @media screen and (max-width: 1121px) { .top-bar-section ul li:not(.has-form) > a:not(.button) { - font-size: 1.25rem; } } + font-size: 1.2375rem; } } .top-bar-section ul li.active:not(.has-form) > a:not(.button) { background: #cc6535; padding: 19px 5px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 02391dd..2a896ec 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -64,7 +64,7 @@ line-height: 1.4; font-size: rem-calc(19.8); @media screen and (max-width: 1121px) { - font-size: rem-calc(20); + font-size: rem-calc(19.8); } } }