From: Anthony Talarico Date: Fri, 16 Dec 2016 16:40:50 +0000 (-0500) Subject: reducing the line height in the dropdown nav menu content X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=282535a2985ecf0739d64ced0fb13748774fd2d2;p=WP-Themes%2Fmackinawareavb.git reducing the line height in the dropdown nav menu content excerpt --- diff --git a/css/app.css b/css/app.css index 379bde8..037afc6 100644 --- a/css/app.css +++ b/css/app.css @@ -6657,7 +6657,7 @@ body #interactive-map ul.map-dropdown { margin: 0px 15px 15px 15px; text-align: left; color: white; - line-height: 1.2; } + line-height: 1.1; } .dropdown-content .dropdown-excerpt h1, .dropdown-content .dropdown-excerpt h2, .dropdown-content .dropdown-excerpt h3, .dropdown-content .dropdown-excerpt h4, .dropdown-content .dropdown-excerpt h5, .dropdown-content .dropdown-excerpt h6 { line-height: 1.2; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b61c464..9aa39ed 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -328,7 +328,7 @@ body #interactive-map{ margin: 0px 15px 15px 15px; text-align: left; color: white; - line-height: 1.2; + line-height: 1.1; h1,h2,h3,h4,h5,h6{ line-height: 1.2; }