mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove gutter padding on shop content to gain a bit more horizontal real-estate
This commit is contained in:
@@ -153,3 +153,8 @@ button.large {
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.no-gutter {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user