diff options
Diffstat (limited to 'frontend/app/components/Gaming/LeftTime.tsx')
| -rw-r--r-- | frontend/app/components/Gaming/LeftTime.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/LeftTime.tsx b/frontend/app/components/Gaming/LeftTime.tsx index a31c6b2..5013c76 100644 --- a/frontend/app/components/Gaming/LeftTime.tsx +++ b/frontend/app/components/Gaming/LeftTime.tsx @@ -22,5 +22,5 @@ export default function LeftTime({ sec }: Props) { leftTime = `${m.toString().padStart(2, "0")}:${s.toString().padStart(2, "0")}`; } - return <div className="text-3xl">{leftTime}</div>; + return <div className="text-2xl md:text-3xl">{leftTime}</div>; } |
