diff --git a/src/app/components/Socials.tsx b/src/app/components/Socials.tsx index 22d75df..8c9af7a 100644 --- a/src/app/components/Socials.tsx +++ b/src/app/components/Socials.tsx @@ -48,6 +48,7 @@ const Subtitle = styled.div` const SocialItem = styled.div` text-align: center; transition: transform 0.2s ease-in-out; + z-index: 1; &:hover { transform: scale(1.5);