From: Anthony Talarico Date: Tue, 26 Jan 2016 14:12:07 +0000 (-0500) Subject: reduced default top bar nav link font size by .1 px X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8427e6720913ffd13d3284a84a2ae5d4ae0d5f4a;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git reduced default top bar nav link font size by .1 px --- diff --git a/css/app.css b/css/app.css index 22fe890..428662e 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.2375rem; } + font-size: 1.23125rem; } @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 505e12b..a18a229 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.8); + font-size: rem-calc(19.7); @media screen and (min-width: 1100px) { font-size: rem-calc(21); }