Skip to content

Commit ae60b4b

Browse files
authored
fix(huat): Reduce huat project image (#29)
1 parent 8d82dd6 commit ae60b4b

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-200 ms-56 mb-12 md:scale-80 md:ms-20 md:-mb-10',
31+
'scale-150 ms-36 mb-0 md:scale-85 md:ms-12 md:-mb-12',
3232
)}
3333
/>
3434

0 commit comments

Comments
 (0)