From: Anthony Talarico Date: Wed, 14 Dec 2016 18:58:39 +0000 (-0500) Subject: summary: increasing line height from 1.1 to 1.2 for the dropdown map X-Git-Tag: v1.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0be3e127ad5428c3e3fa9c8d5c79e0f9297523dd;p=WP-Themes%2Fmackinawareavb.git summary: increasing line height from 1.1 to 1.2 for the dropdown map text --- diff --git a/css/app.css b/css/app.css index f0df850..cf923cd 100644 --- a/css/app.css +++ b/css/app.css @@ -6625,7 +6625,7 @@ body #interactive-map ul.map-dropdown { clear: both; max-height: 153px; overflow: hidden; - line-height: 1.1; + line-height: 1.2; text-align: left; color: white; font-family: "Roboto", sans-serif; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9928544..fefa131 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -295,7 +295,7 @@ body #interactive-map{ clear: both; max-height: 153px; overflow: hidden; - line-height: 1.1; + line-height: 1.2; text-align: left; color: white; font-family: "Roboto", sans-serif;