Remove gutter padding on shop content to gain a bit more horizontal real-estate

This commit is contained in:
Matt-Yorkley
2020-04-20 09:39:16 +02:00
parent cbb67e15ed
commit f24969edb1
2 changed files with 6 additions and 1 deletions

View File

@@ -153,3 +153,8 @@ button.large {
.flex {
display: flex;
}
.no-gutter {
padding-right: 0;
padding-left: 0;
}

View File

@@ -5,7 +5,7 @@
.row
.small-12.columns
.footer-pad.small-12.columns
.footer-pad.small-12.columns.no-gutter
.row
.medium-12.large-10.columns
= render partial: "shop/products/search_feedback"