scale changed

This commit is contained in:
Batyr 2025-06-05 17:48:11 +05:00
parent 3fc46988f4
commit 8ac2b2b109
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export const HomeTimer: FC<Props> = () => {
seconds: string; seconds: string;
}; };
return ( return (
<div className="flex flex-col fixed left-0 top-1/3 gap-2 bg-[#E7E5E5] py-4 pr-4 rounded drop-shadow-md z-[100]"> <div className="flex flex-col scale-[0.7] fixed -left-4 top-1/3 gap-2 bg-[#E7E5E5] py-4 pr-4 rounded drop-shadow-md z-[100]">
<TimerItem <TimerItem
value={timeLeft.days} value={timeLeft.days}
prevValue={prevValues.days || timeLeft.days} prevValue={prevValues.days || timeLeft.days}