summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <maarcin.gebala@gmail.com>2017-10-06 15:33:55 +0200
committer= <maarcin.gebala@gmail.com>2017-10-06 15:33:55 +0200
commitff205096360362eb48cad5a45ef67467e0569885 (patch)
treea333fe96404cc761d56df1a62c1ef08b1832110f
parent71c993fd236fd85d4093d7d14bb4f5ad0a755af0 (diff)
downloadsaleor-frontend-ff205096360362eb48cad5a45ef67467e0569885.tar.gz
saleor-frontend-ff205096360362eb48cad5a45ef67467e0569885.tar.bz2
saleor-frontend-ff205096360362eb48cad5a45ef67467e0569885.zip
Change product column width in products grid
-rw-r--r--templates/category/_items.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/category/_items.html b/templates/category/_items.html
index 79b32abd..ef276a33 100644
--- a/templates/category/_items.html
+++ b/templates/category/_items.html
@@ -6,7 +6,7 @@
{% load get_thumbnail from product_images %}
{% for product, availability in products %}
-<div class="col-6 col-lg-4 product-list">
+<div class="col-6 col-lg-3 product-list">
<script type="application/ld+json">
{% autoescape off %}{% product_availability_schema product %}{% endautoescape %}
</script>