1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

image fixes

This commit is contained in:
Sean Morley 2024-07-08 15:03:07 -04:00
parent f51dc6c82d
commit 5cf37b4047

View file

@ -94,7 +94,7 @@
<img <img
src={adventure.image} src={adventure.image}
alt="Adventure Image" alt="Adventure Image"
class="w-full h-48 object-cover" class="w-1/2 mt-4 align-middle rounded-lg shadow-lg"
crossorigin="anonymous" crossorigin="anonymous"
/> />
</div> </div>