From: Anthony Talarico Date: Mon, 10 Dec 2018 16:41:17 +0000 (-0500) Subject: increasing county map height to 600px X-Git-Tag: v1.0.0^2~352 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=13f56e5ea36d5bdff5989271040d7fc3b28d8fd6;p=WP-Themes%2Fuptravel.git increasing county map height to 600px --- diff --git a/css/app.css b/css/app.css index b523862..ed25832 100644 --- a/css/app.css +++ b/css/app.css @@ -7437,12 +7437,12 @@ body #county-map-dropdown { text-align: center; margin-bottom: 25px; width: 1000px; - height: 450px; + height: 600px; margin: 0 auto; position: relative; } body #county-map-dropdown #area-map-container #area-map { z-index: 0; - height: 450px; + height: 600px; 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; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index f9510f3..1fb21bd 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: 450px; + height: 600px; margin: 0 auto; position: relative; // left: -7%; #area-map{ z-index: 0; - height: 450px; + height: 600px; box-shadow: 0 -5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); } }