Browse Source

two-column product list on extra-small devices

master
Frederic 11 years ago
parent
commit
63c13d63a4
  1. 2
      cash/templates/cash/product_list.html

2
cash/templates/cash/product_list.html

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
<div class="row">
{% for p in product_list %}
<div class="col-xs-12 col-md-3">
<div class="col-xs-6 col-md-3">
<div class="thumbnail">
<img src="{% if p.image_thumbnail %}{{ p.image_thumbnail.url }}{% else %}{% static "images/no-image.png" %}{% endif %}" alt="{% trans "Product image" %}" style="width: 100%" />
<div class="caption">

Loading…
Cancel
Save