moving the action buttons to the bottom of the county list dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 17:04:13 +0000 (12:04 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 17:04:13 +0000 (12:04 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 00aca6c..67ed967 100644 (file)
@@ -7469,7 +7469,7 @@ body .leaflet-bottom.leaflet-right {
 
 #county-action-items {
   position: absolute;
-  bottom: 65px;
+  bottom: 20px;
   left: 0;
   display: flex;
   justify-content: space-around;
index 786300d..4f2591a 100644 (file)
@@ -84,7 +84,7 @@ body{
 }
 #county-action-items{
     position: absolute;
-    bottom: 65px;
+    bottom: 20px;
     left: 0;
     display: flex;
     justify-content: space-around;