1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 04:05:18 +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
src={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"
/>
</div>