]> git.parisson.com Git - mezzo.git/commitdiff
Fix product card template on small screens
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 14:37:17 +0000 (16:37 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 14:37:17 +0000 (16:37 +0200)
app/templates/shop/includes/product_list_square_style.html

index 06597be52b1a8c9a2370b7d9cfc3380b7387a53b..beaafd2965a70a61bee364c932b7372924295c50 100644 (file)
@@ -20,7 +20,7 @@
                           {% with product_inline.product as product %}
                             {% with product.links.all|get_type_link:"link" as links %}
                               {% with product.prestashop_products.all as prestashop_products %}
-                                <div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
+                                <div class="col-lg-4 col-md-6 col-sm-6 col-xs-6">
                                     <div class="product-box" >
                                         {% if product.images.all %}
                                             <a href="{{ links.0 }}" target="_blank" title="{{ product.title }}">