Skip to content

Commit

Permalink
Padding fix
Browse files Browse the repository at this point in the history
Signed-off-by: TheBoatyMcBoatFace <[email protected]>
  • Loading branch information
TheBoatyMcBoatFace committed Dec 4, 2024
1 parent e64525e commit cc21abe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/social-icons/_social-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

&__item {
display: inline-block;
padding: 0 px-to-rem(12px);
padding: 0.25rem;

&:first-child {
padding: 0; // Remove all padding for the first child
}
}
}
}

0 comments on commit cc21abe

Please sign in to comment.