mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix image not full height on mobile
This commit is contained in:
parent
ec4153c0f1
commit
276e7326b4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<img
|
||||
:src="ad.imageSrc"
|
||||
:alt="ad.imageAlt"
|
||||
class="w-32 aspect-video object-cover"
|
||||
class="w-32 h-full aspect-video object-cover"
|
||||
>
|
||||
</div>
|
||||
<div class="flex flex-col justify-center text-center opacity-50 p-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue