Skip to content

Commit

Permalink
πŸ’„ style: Update sponsor style
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 6, 2023
1 parent 987e914 commit cddd270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Sponsor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ const Sponsor: FC<SponsorProps> = ({
color: styles.fontColor,
display: 'flex',
fontSize: avatarSize / 6,
padding: `${avatarSize / 16}px ${avatarSize / 12}px`,
height: avatarSize / 3.5,
lineHeight: 1,
padding: `0 ${avatarSize / 12}px`,
position: 'absolute',
right: 0,
top: 0,
Expand Down

0 comments on commit cddd270

Please sign in to comment.