moving the county map action items to the left to hide it under the county map
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:29:03 +0000 (14:29 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:29:03 +0000 (14:29 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 1e50690..441444e 100644 (file)
@@ -7470,7 +7470,7 @@ body .leaflet-bottom.leaflet-right {
 #county-action-items {
   position: absolute;
   bottom: -5px;
-  left: 0;
+  left: 5px;
   display: flex;
   justify-content: space-around;
   width: 500px;
index 032e569..27b2fb5 100644 (file)
@@ -85,7 +85,7 @@ body{
 #county-action-items{
     position: absolute;
     bottom: -5px;
-    left: 0;
+    left: 5px;
     display: flex;
     justify-content: space-around; 
     width: 500px;