increasing width of the county dropdown map and pushing it to the left
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Feb 2019 21:19:47 +0000 (16:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Feb 2019 21:19:47 +0000 (16:19 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 75c236f..85ed59d 100644 (file)
@@ -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 {
index e8f3135..64764b9 100644 (file)
@@ -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;