Skip to content

Commit 88af2f0

Browse files
authored
fix Socialitem (#212)
1 parent 6ff629e commit 88af2f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/components/Socials.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const Subtitle = styled.div`
4848
const SocialItem = styled.div`
4949
text-align: center;
5050
transition: transform 0.2s ease-in-out;
51+
z-index: 1;
5152
5253
&:hover {
5354
transform: scale(1.5);

0 commit comments

Comments
 (0)