Fix image not full height on mobile

This commit is contained in:
Sam Carlton 2022-07-01 13:09:39 -05:00
parent ec4153c0f1
commit 276e7326b4

View file

@ -13,7 +13,7 @@
<img <img
:src="ad.imageSrc" :src="ad.imageSrc"
:alt="ad.imageAlt" :alt="ad.imageAlt"
class="w-32 aspect-video object-cover" class="w-32 h-full aspect-video object-cover"
> >
</div> </div>
<div class="flex flex-col justify-center text-center opacity-50 p-4"> <div class="flex flex-col justify-center text-center opacity-50 p-4">