mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
Refactor adventure page layout to use a responsive image size in +page.svelte
This commit is contained in:
parent
9d7a7ce35b
commit
895522b2ac
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<img
|
||||
src={adventure.imageUrl}
|
||||
alt={adventure.name}
|
||||
class="w-50 mt-4 align-middle rounded-lg shadow-lg"
|
||||
class="w-1/2 mt-4 align-middle rounded-lg shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue