Skip to content

Commit 701aa80

Browse files
committed
fix(huat): Reduce image size for huat
1 parent ae60b4b commit 701aa80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/pages/HomePage/components/GridLayout/components

src/pages/HomePage/components/GridLayout/components/HuatCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const HuatCard = React.forwardRef<
2828
alt="Huat App"
2929
className={cn(
3030
'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',
31+
'scale-100 ms-24 mb-0 md:scale-85 md:ms-12 md:-mb-12',
3232
)}
3333
/>
3434

0 commit comments

Comments
 (0)