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>