]> git.parisson.com Git - mezzo.git/commitdiff
Remove center alignment on product list
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 14:12:23 +0000 (16:12 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 14:12:23 +0000 (16:12 +0200)
app/templates/shop/includes/product_list_square_style.html

index 9b6922ab25d8051e83286dc1e8463c7c017c27e4..06597be52b1a8c9a2370b7d9cfc3380b7387a53b 100644 (file)
@@ -15,7 +15,7 @@
         <div class="container">
             <div class="row">
                 <div class="col-sm-9 col-sm-push-3 col-lg-10 col-lg-push-2">
-                    <div class="row tac">
+                    <div class="row">
                         {% for product_inline in list.products.all %}
                           {% with product_inline.product as product %}
                             {% with product.links.all|get_type_link:"link" as links %}