diff --git a/src/Sponsor/index.tsx b/src/Sponsor/index.tsx index 5303b6e..d544cf7 100644 --- a/src/Sponsor/index.tsx +++ b/src/Sponsor/index.tsx @@ -75,7 +75,9 @@ const Sponsor: FC = ({ 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,