reducing the line height in the dropdown nav menu content
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 16:40:50 +0000 (11:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 16:40:50 +0000 (11:40 -0500)
excerpt

css/app.css
scss/_topbar.scss

index 379bde8..037afc6 100644 (file)
@@ -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; }
 
index b61c464..9aa39ed 100644 (file)
@@ -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;
         }