From 4bda6f568949c333d0413e113b1eeabb88f49b24 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Feb 2019 16:19:47 -0500 Subject: [PATCH] increasing width of the county dropdown map and pushing it to the left --- css/app.css | 2 +- scss/plugins/_countyMap.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 75c236f..85ed59d 100644 --- a/css/app.css +++ b/css/app.css @@ -7934,7 +7934,7 @@ body .glm-itinerary-list .glm-itinerary-list-item .glm-itinerary-item-title { body .counties-menu .sub-menu { left: calc(-770px - 2.5vw) !important; - width: 1024px !important; + width: 1215px !important; overflow: hidden !important; border: 10px solid #4a7059; } body .counties-menu .sub-menu .dropdown-menu-wrapper { diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index e8f3135..64764b9 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -1,8 +1,8 @@ body{ .counties-menu{ .sub-menu{ - left: calc(-770px - 2.5vw) !important; - width: 1024px !important; + left: calc(-810px - 2.5vw) !important; + width: 1215px !important; overflow: hidden !important; .dropdown-menu-wrapper{ -moz-column-count: 2; -- 2.17.1