Skip to content

Commit

Permalink
Smaller img display size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Mar 7, 2023
1 parent d7e67fc commit 4110b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ let selected = 0
<div class="max-w-7xl mx-auto px-4 mb-96">
<div class="flex flex-col md:flex-row">
<div class="flex justify-center">
<div class="w-96 h-96 md:w-128 md:h-128">
<div class="w-80 h-80 md:w-128 md:h-128">
<Img class="w-full h-full not-prose" src={dynamic[selected]} alt="cat" />
</div>
</div>
Expand Down

0 comments on commit 4110b05

Please sign in to comment.