Skip to content

Commit

Permalink
Fix responsivity on social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
azvyae committed Oct 10, 2024
1 parent 10a03f1 commit d974a9a
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 d974a9a

Please sign in to comment.