From 4ae6dd8aa23e41fdfb1998cf3949b2086444a73c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 08:38:57 -0500 Subject: [PATCH] testing remcalc top bar link font size in media query --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } } } -- 2.17.1