From ca74f673ea7313f4e85cc76651c78f061a708696 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 18 Oct 2016 17:30:20 +0200 Subject: [PATCH] Decrease the product lists width --- app/templates/shop/includes/product_list_square_style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index 8eb65f4c..e828e56c 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -13,7 +13,7 @@ -
+
{% for product_inline in list.products.all %} {% with product_inline.product as product %} -- 2.39.5