Skip to content

Commit

Permalink
fix: remove 'justify-center' class from SocialLinks styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 17, 2024
1 parent 413b776 commit 937b5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialLinks/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.socialLinks {
@apply w-full flex items-center md:flex-wrap md:justify-between md:gap-3 py-2 relative z-50 justify-center flex-wrap gap-1;
@apply w-full flex items-center md:flex-wrap md:gap-3 py-2 relative z-50 flex-wrap gap-1;
}

.socialLinks a {
Expand Down

0 comments on commit 937b5e6

Please sign in to comment.