[29/10/2024] On essaie d'aligner les logos des marques un peu mieux

This commit is contained in:
2024-10-29 21:16:28 +01:00
parent 5a79db3015
commit 850f640f50
5 changed files with 8 additions and 3 deletions

View File

@@ -29,4 +29,9 @@
.list .brands-content > ul .item > article .product-image {
margin-bottom: 15px;
padding: 0;
}
.brands-content article img {
height: 85px;
max-width: min-content;
}

View File

@@ -7,8 +7,8 @@
<div class="brands-content">
<ul class="list-unstyled row" style="text-align: center">
{loop type="brand" name="brand_list"}
{loop type="image" name="brand_images" brand={$ID} width=100}
<li class="item col-xs-6 col-sm-4 col-md-2">
{loop type="image" name="brand_images" brand={$ID}}
<li class="item col-md-2">
<article class="row" itemscope itemtype="http://schema.org/Product">
<a href="{$URL}"><img src="{$IMAGE_URL}" alt="{$TITLE}" /></a>
</article>