Skip to content

Commit 0a60c81

Browse files
committed
Fix gap in hero social media links
1 parent 6e1384b commit 0a60c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ const HeroSocialLinks = styled.div`
438438
position: absolute;
439439
bottom: 4rem;
440440
display: flex;
441-
gap: 1.5rem;
441+
gap: 5vw;
442442
align-items: center;
443443
justify-content: center;
444444

0 commit comments

Comments
 (0)