From: Ian Weller Date: Mon, 1 Aug 2016 13:42:39 +0000 (-0400) Subject: doing a bit more work with the top bar X-Git-Tag: v1.0.0^2~215 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3a272895493ae6600469bc9d9e607baed1d6a620;p=WP-Themes%2Fpetoskeyarea.git doing a bit more work with the top bar --- diff --git a/css/app.css b/css/app.css index 3f73dd6..59ee758 100644 --- a/css/app.css +++ b/css/app.css @@ -6438,7 +6438,7 @@ header { text-transform: none; text-align: left; line-height: normal; - padding: 10px 20px 0 0; + padding: 10px 10px 0 0; white-space: pre-wrap; } .top-bar-section ul li.has-dropdown ul.dropdown li a:hover { text-decoration: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 156f935..54f5b92 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -65,7 +65,7 @@ text-transform: none; text-align: left; line-height: normal; - padding: 10px 20px 0 0; + padding: 10px 10px 0 0; white-space: pre-wrap; &:hover { text-decoration: none;