Skip to content

Commit

Permalink
fix: reduce mobile font size to avoid overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Sep 18, 2024
1 parent 84496f4 commit ecdefa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BigNumber/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const BigNumber = ({
>
{value ? (
<>
<div className="text-5xl font-bold">{value}</div>
<div className="text-4xl font-bold sm:text-5xl">{value}</div>
<div className="text-sm">
{children}
{sourceName && sourceUrl && (
Expand Down

0 comments on commit ecdefa7

Please sign in to comment.