From bc9e49994b1d7ca15d85e7588e65e00acc88041a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 19 Jan 2018 15:34:24 -0500 Subject: [PATCH] fixing action items in mobile mobile view action items needed 100% width --- css/app.css | 2 +- scss/_structure.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index f359ef3..d60fe4d 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_structure.scss b/scss/_structure.scss index fef3c02..fc70c35 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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; } -- 2.17.1