We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff629e commit 88af2f0Copy full SHA for 88af2f0
1 file changed
src/app/components/Socials.tsx
@@ -48,6 +48,7 @@ const Subtitle = styled.div`
48
const SocialItem = styled.div`
49
text-align: center;
50
transition: transform 0.2s ease-in-out;
51
+ z-index: 1;
52
53
&:hover {
54
transform: scale(1.5);
0 commit comments