[29/10/2024] On essaie d'aligner les logos des marques un peu mieux
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 244 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 198 KiB |
@@ -42,4 +42,4 @@ body > div.bootbox.modal.fade.in > div > div > div > div > div > table > tbody >
|
||||
.table-cart tbody>tr>td.bypass-estimation {
|
||||
text-align: right;
|
||||
font-size: larger;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user