From 282535a2985ecf0739d64ced0fb13748774fd2d2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 16 Dec 2016 11:40:50 -0500 Subject: [PATCH] reducing the line height in the dropdown nav menu content excerpt --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.17.1