Skip to content

Commit

Permalink
style: adjust scale
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Sep 19, 2024
1 parent 8767b74 commit 73c6625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function Page() {
<Image
src={six}
alt="phone-pay"
className="scale-150 transition-transform duration-500 hover:scale-[200%]"
className="scale-125 transition-transform duration-500 hover:scale-150"
/>
</div>
}
Expand Down

0 comments on commit 73c6625

Please sign in to comment.