From 52d181b77010b6e9cfb693c9353aa2394ec38fe1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 08:37:40 -0500 Subject: [PATCH] testing top bar ul li a font size --- 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 cfbef9e..bb53ee7 100644 --- a/css/app.css +++ b/css/app.css @@ -6466,7 +6466,7 @@ header { .top-bar-section ul li:not(.has-form) > a:not(.button) { padding: 19px 5px; line-height: 1.4; - font-size: 1.25rem; } + 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; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 7cabaa2..02391dd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -62,7 +62,7 @@ // background: transparent; padding: 19px 5px; line-height: 1.4; - font-size: rem-calc(20); + font-size: rem-calc(19.8); @media screen and (max-width: 1121px) { font-size: rem-calc(20); } -- 2.17.1