Skip to content

Commit

Permalink
Fix avatar image ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
mahasak committed Dec 18, 2023
1 parent 810d814 commit 903b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkTreeAvatar.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='text-center'>
<img
class='mb-4 rounded h-36 lg:h-56'
class='mb-4 rounded h-56 lg:h-56'
src='/avatar.jpg'
alt='Extra large avatar'
/>
Expand Down

0 comments on commit 903b4ae

Please sign in to comment.