fix: set recommendation image height
This commit is contained in:
parent
ab692fefed
commit
23c81ff0da
|
@ -146,7 +146,7 @@ recommendations:
|
||||||
|
|
||||||
{% if recommendation.image.path %}
|
{% if recommendation.image.path %}
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<img class="w-16 bg-white rounded-full border md:w-24 border-gray" src="{{ recommendation.image.path }}">
|
<img class="w-16 h-16 bg-white rounded-full border md:w-24 md:h-24 border-gray" src="{{ recommendation.image.path }}">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue