From: Anthony Talarico Date: Tue, 26 Jan 2016 14:32:48 +0000 (-0500) Subject: zooming in browser to test nav item clearing X-Git-Tag: v1.0.0^2~98 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2067c3ab15bee7001703d6a05b0edcf8ef57ca41;p=WP-Themes%2Fsaultstemarie.git zooming in browser to test nav item clearing --- diff --git a/css/app.css b/css/app.css index 47b43c0..639a92e 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.21875rem; } + 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; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 1483833..4edf791 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.5); + font-size: rem-calc(19); @media screen and (min-width: 1100px) { font-size: rem-calc(21); }