Skip to content

Commit

Permalink
fix: shift image from left-aligned to centralized
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip committed Feb 29, 2024
1 parent d193092 commit c4b29c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const styles = () => ({
},
image: {
height: 80,
maxWidth: 120,
width: 120,
objectFit: 'contain',
},
icon: {
Expand Down

0 comments on commit c4b29c4

Please sign in to comment.