Skip to content

Commit 8474a8f

Browse files
committed
chore : 호버 시 transform 주석
1 parent 0bd4f8d commit 8474a8f

File tree

1 file changed

+1
-1
lines changed
  • apps/pyconkr/src/components/layout/Sponsor

1 file changed

+1
-1
lines changed

apps/pyconkr/src/components/layout/Sponsor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const SponsorButton = styled.button`
110110
}
111111
112112
&:hover {
113-
transform: scale(1.05);
113+
// transform: scale(1.05);
114114
}
115115
116116
.sr-only {

0 commit comments

Comments
 (0)