fix: set recommendation image height

This commit is contained in:
Oliver Davies 2022-02-27 11:26:48 +00:00
parent ab692fefed
commit 23c81ff0da

View file

@ -146,7 +146,7 @@ recommendations:
{% if recommendation.image.path %}
<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>
{% endif %}
</div>