From 5ef6c771c8682eaf090b844e748bcfb77f98901b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 09:24:12 -0500 Subject: [PATCH] reduced top bar nav link fontsize 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 428662e..47b43c0 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.23125rem; } + font-size: 1.21875rem; } @media screen and (min-width: 1100px) { .top-bar-section ul li:not(.has-form) > a:not(.button) { font-size: 1.3125rem; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a18a229..1483833 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(19.7); + font-size: rem-calc(19.5); @media screen and (min-width: 1100px) { font-size: rem-calc(21); } -- 2.17.1