Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jhon3242 authored Oct 24, 2024
2 parents ffba560 + 2fc363b commit abc1d74
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ export const rankPercentWrapper = css`
width: 15%;
`;

export const rankPercentWrapper = css`
display: flex;
justify-content: center;
width: 15%;
`;

export const rankPercent = css`
${Theme.typography.headline3};
`;
Expand Down

0 comments on commit abc1d74

Please sign in to comment.