Skip to content

Commit

Permalink
fix: adjust margin-left for single a tag in SocialLinks component for…
Browse files Browse the repository at this point in the history
… all screen sizes
  • Loading branch information
huyixi committed Sep 5, 2024
1 parent 6eb76c3 commit 02478b3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
}

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

@media (max-width: 768px) {
.menu-item:before {
display: none;
}

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

0 comments on commit 02478b3

Please sign in to comment.