reducing the height of the dropdown county map
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:18:09 +0000 (14:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:18:09 +0000 (14:18 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 65f0705..d2ddf8a 100644 (file)
@@ -7434,12 +7434,12 @@ body #county-map-dropdown {
     text-align: center;
     margin-bottom: 25px;
     width: 1000px;
-    height: 750px;
+    height: 680px;
     margin: 0 auto;
     position: relative; }
     body #county-map-dropdown #area-map-container #area-map {
       z-index: 0;
-      height: 750px;
+      height: 680px;
       box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
   body #county-map-dropdown .glm-theme-map-label {
     display: block;
index 4f2591a..c6c603f 100644 (file)
@@ -32,13 +32,13 @@ body{
             text-align: center;
             margin-bottom: 25px;
             width: 1000px;
-            height: 750px;
+            height: 680px;
             margin: 0 auto;
             position: relative;
             // left: -7%;
             #area-map{
                 z-index: 0;
-                height: 750px;
+                height: 680px;
                 box-shadow: 0 -5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
             }
         }