We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae60b4b commit 701aa80Copy full SHA for 701aa80
1 file changed
src/pages/HomePage/components/GridLayout/components/HuatCard.tsx
@@ -28,7 +28,7 @@ const HuatCard = React.forwardRef<
28
alt="Huat App"
29
className={cn(
30
'z-1 object-contain drop-shadow-2xl transform-gpu -rotate-30',
31
- 'scale-150 ms-36 mb-0 md:scale-85 md:ms-12 md:-mb-12',
+ 'scale-100 ms-24 mb-0 md:scale-85 md:ms-12 md:-mb-12',
32
)}
33
/>
34
0 commit comments