mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 05:05:17 +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
|
<img
|
||||||
src={adventure.imageUrl}
|
src={adventure.imageUrl}
|
||||||
alt={adventure.name}
|
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>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue