From 3d52285658732495645c375c502d72f256a4b409 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 10 Dec 2018 14:36:50 -0500 Subject: [PATCH] adjusting the county map position in lower bounds of large --- 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 441444e..5c7c61e 100644 --- a/css/app.css +++ b/css/app.css @@ -7416,7 +7416,7 @@ body .agenda-date { background-color: #c0c0c0 !important; } body .counties-menu .sub-menu { - left: calc(-775px - 2.5vw) !important; + left: calc(-750px - 2.5vw) !important; max-width: 1030px; overflow: hidden !important; padding: 0 !important; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 27b2fb5..48d3a7d 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -1,7 +1,7 @@ body{ .counties-menu{ .sub-menu{ - left: calc(-775px - 2.5vw) !important; + left: calc(-750px - 2.5vw) !important; max-width: 1030px; overflow: hidden !important; .dropdown-menu-wrapper{ -- 2.17.1