]> git.parisson.com Git - mezzo.git/commitdiff
Decrease the product lists width
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 18 Oct 2016 15:30:20 +0000 (17:30 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 18 Oct 2016 15:30:20 +0000 (17:30 +0200)
app/templates/shop/includes/product_list_square_style.html

index 8eb65f4c5834f1aa680887c72152b474b99cc9fd..e828e56c029f96a67d4fa2915b0f0b583ac37a15 100644 (file)
@@ -13,7 +13,7 @@
             </div>
         </div>
 
-        <div class="container-fluid">
+        <div class="container">
             <div class="row tac">
                 {% for product_inline in list.products.all %}
                   {% with product_inline.product as product %}