From: Anthony Talarico Date: Mon, 10 Dec 2018 19:28:01 +0000 (-0500) Subject: moving the couty map action items X-Git-Tag: v1.0.0^2~344 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2a3fa9bd747f464b90dd6480db8442ffa8abd0fe;p=WP-Themes%2Fuptravel.git moving the couty map action items --- 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;