Slightly increase width of county map parent container
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 20:18:44 +0000 (15:18 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 20:18:44 +0000 (15:18 -0500)
css/app.css
scss/plugins/_countyMap.scss

index f08acae..2112b10 100644 (file)
@@ -7891,7 +7891,7 @@ body #county-map-dropdown {
   body #county-map-dropdown #area-map-container {
     text-align: center;
     margin-bottom: 25px;
-    width: 1000px;
+    width: 1013px;
     height: 560px;
     margin: 0 auto;
     position: relative; }
index 5f0a5de..5fa73aa 100644 (file)
@@ -35,7 +35,7 @@ body{
             // padding: 0 10px;
             text-align: center;
             margin-bottom: 25px;
-            width: 1000px;
+            width: 1013px;
             height: 560px;
             margin: 0 auto;
             position: relative;