From: Anthony Talarico Date: Tue, 26 Jan 2016 17:45:16 +0000 (-0500) Subject: reducing dropdown nav link font size X-Git-Tag: v1.0.0^2~93 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a16edbce1eb5dbd53ca9046aa6bbc21d525023ec;p=WP-Themes%2Fsaultstemarie.git reducing dropdown nav link font size --- 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); } } }