From 2a3fa9bd747f464b90dd6480db8442ffa8abd0fe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 10 Dec 2018 14:28:01 -0500 Subject: [PATCH] moving the couty map action items --- css/app.css | 2 +- scss/plugins/_countyMap.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 0b20cbd..1e50690 100644 --- a/css/app.css +++ b/css/app.css @@ -7469,7 +7469,7 @@ body .leaflet-bottom.leaflet-right { #county-action-items { position: absolute; - bottom: -25px; + bottom: -5px; left: 0; display: flex; justify-content: space-around; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 524934c..032e569 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -84,7 +84,7 @@ body{ } #county-action-items{ position: absolute; - bottom: -25px; + bottom: -5px; left: 0; display: flex; justify-content: space-around; -- 2.17.1