From f864f5910554a6ea2350b715647fb4a15c70bff3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 10 Dec 2018 14:25:33 -0500 Subject: [PATCH] adjusting the dropdown map for the counties --- css/app.css | 6 +++--- scss/plugins/_countyMap.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index d2ddf8a..0b20cbd 100644 --- a/css/app.css +++ b/css/app.css @@ -7434,12 +7434,12 @@ body #county-map-dropdown { text-align: center; margin-bottom: 25px; width: 1000px; - height: 680px; + height: 700px; margin: 0 auto; position: relative; } body #county-map-dropdown #area-map-container #area-map { z-index: 0; - height: 680px; + height: 700px; box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } body #county-map-dropdown .glm-theme-map-label { display: block; @@ -7469,7 +7469,7 @@ body .leaflet-bottom.leaflet-right { #county-action-items { position: absolute; - bottom: 20px; + bottom: -25px; left: 0; display: flex; justify-content: space-around; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index c6c603f..524934c 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -32,13 +32,13 @@ body{ text-align: center; margin-bottom: 25px; width: 1000px; - height: 680px; + height: 700px; margin: 0 auto; position: relative; // left: -7%; #area-map{ z-index: 0; - height: 680px; + height: 700px; box-shadow: 0 -5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); } } @@ -84,7 +84,7 @@ body{ } #county-action-items{ position: absolute; - bottom: 20px; + bottom: -25px; left: 0; display: flex; justify-content: space-around; -- 2.17.1