adjusting the county map position in lower bounds of large
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:36:50 +0000 (14:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Dec 2018 19:36:50 +0000 (14:36 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 441444e..5c7c61e 100644 (file)
@@ -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;
index 27b2fb5..48d3a7d 100644 (file)
@@ -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{