Skip to content

Commit

Permalink
Limit size of profile picture on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Dec 11, 2023
1 parent 5a02283 commit 07f44c0
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 @@ -15,7 +15,7 @@
<img
src={petusPng}
alt="Iapetus11's Lightbulb"
class="fin fin-0 shadow-md rounded-full shadow w-full"
class="fin fin-0 shadow-md rounded-full w-full max-w-md"
/>
</MobileNavigation>

Expand Down

0 comments on commit 07f44c0

Please sign in to comment.