From: Ian Weller Date: Wed, 16 Sep 2015 16:23:52 +0000 (-0400) Subject: font size shrunk and reordered on back-end X-Git-Tag: v1.0.0^2~135 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6edd0bb1194616c2a47e77163c8ff9255779ebac;p=WP-Themes%2Fmountpleasantwow.git font size shrunk and reordered on back-end --- diff --git a/css/app.css b/css/app.css index 0ca6e8d..aae1c0c 100644 --- a/css/app.css +++ b/css/app.css @@ -6632,7 +6632,7 @@ ul#sec-nav { .top-bar-section ul li .dropdown li:nth-child(even) { margin: 0 5% 0 0; } .top-bar-section ul li .dropdown li a { - font-size: 1.0625rem; + font-size: 0.9375rem; white-space: pre-wrap; text-transform: uppercase; border-bottom: 1px dotted #000000; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8ff8ad3..6d3371c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -126,7 +126,7 @@ margin: 0 5% 0 0; } a { - font-size: rem-calc(17); + font-size: rem-calc(15); white-space: pre-wrap; text-transform: uppercase; // line-height: 36px;