fix(template): cards on second row overlaps the one before (#23454)
* Update macros.html fix second row of cards overlapps with the one before * Update macros.html fix(template): second row of cards overlaps with the one before * Update macros.html fix(template): second row of cards overlaps with the one before
This commit is contained in:
parent
9f8cbe9101
commit
f7ea340181
@ -40,7 +40,7 @@
|
|||||||
<div class="col-md-{{ section.column_value }} mb-4">
|
<div class="col-md-{{ section.column_value }} mb-4">
|
||||||
<div class="card h-100 justify-content-between">
|
<div class="card h-100 justify-content-between">
|
||||||
{% if card.image %}
|
{% if card.image %}
|
||||||
<div class="website-image-lazy" data-class="card-img-top h-100" data-src="{{ card.image }}" data-alt="{{ card.title }}"></div>
|
<div class="website-image-lazy" data-class="card-img-top h-75" data-src="{{ card.image }}" data-alt="{{ card.title }}"></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">{{ card.title }}</h5>
|
<h5 class="card-title">{{ card.title }}</h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user