Skip to content

Commit

Permalink
Merge pull request #34 from azvyae/fix/responsivity
Browse files Browse the repository at this point in the history
Fix responsivity on social icons
  • Loading branch information
azvyae authored Oct 10, 2024
2 parents 10a03f1 + d974a9a commit 68cfe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function SocialMediaLinks() {
{item.icon}
</Link>
));
return <div className="flex gap-4">{items}</div>;
return <div className="flex gap-4 flex-wrap justify-around">{items}</div>;
}

export { MainLinks, SocialMediaLinks };

0 comments on commit 68cfe32

Please sign in to comment.