From a16edbce1eb5dbd53ca9046aa6bbc21d525023ec Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 12:45:16 -0500 Subject: [PATCH] reducing dropdown nav link 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 d2a6550..29ef8f2 100644 --- a/css/app.css +++ b/css/app.css @@ -6469,7 +6469,7 @@ header { font-size: 1.1875rem; } @media screen and (min-width: 1100px) { .top-bar-section ul li:not(.has-form) > a:not(.button) { - font-size: 1.3125rem; } } + font-size: 1rem; } } .top-bar-section ul li.active:not(.has-form) > a:not(.button) { background: #cc6535; padding: 20.5px 5px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 951fc6f..80a7e57 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -64,7 +64,7 @@ line-height: 1.4; font-size: rem-calc(19); @media screen and (min-width: 1100px) { - font-size: rem-calc(21); + font-size: rem-calc(16); } } } -- 2.17.1