Skip to content

Commit 4110b05

Browse files
committed
Smaller img display size on mobile
1 parent d7e67fc commit 4110b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ let selected = 0
9595
<div class="max-w-7xl mx-auto px-4 mb-96">
9696
<div class="flex flex-col md:flex-row">
9797
<div class="flex justify-center">
98-
<div class="w-96 h-96 md:w-128 md:h-128">
98+
<div class="w-80 h-80 md:w-128 md:h-128">
9999
<Img class="w-full h-full not-prose" src={dynamic[selected]} alt="cat" />
100100
</div>
101101
</div>

0 commit comments

Comments
 (0)