mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
image fixes
This commit is contained in:
parent
f51dc6c82d
commit
5cf37b4047
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue