Skip to content

Commit

Permalink
fix: remove margin-left for single a tag in SocialLinks component (#1391
Browse files Browse the repository at this point in the history
)
  • Loading branch information
huyixi authored Sep 5, 2024
1 parent d1e05dc commit c3ffca1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
.menu-item:before {
display: none;
}

a:only-child .social-links-icon {
margin-left: 0rem;
}
}

0 comments on commit c3ffca1

Please sign in to comment.