fixing action items in mobile
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Jan 2018 20:34:24 +0000 (15:34 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 19 Jan 2018 20:34:24 +0000 (15:34 -0500)
mobile view action items needed 100% width

css/app.css
scss/_structure.scss

index f359ef3..d60fe4d 100644 (file)
@@ -7457,7 +7457,7 @@ html #manufacturers-brands-container .manufacturer-brand {
       -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;
-      min-width: 280px;
+      min-width: 100%;
       left: 0 !important; } }
   .glm-rv-brand-list.f-dropdown .glm-rv-brand {
     list-style: none;
index fef3c02..fc70c35 100644 (file)
@@ -102,7 +102,7 @@ html {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
-    
+
     @media #{$medium-up}{
         min-width: 350px;
     }
@@ -118,7 +118,7 @@ html {
         -webkit-column-count: 1;
         -moz-column-count: 1;
         column-count: 1;
-        min-width: 280px;
+        min-width: 100%;
         left: 0 !important;
     }