diff --git a/src/components/social-icons/_social-icon.scss b/src/components/social-icons/_social-icon.scss index cd35497f..bd4c7106 100644 --- a/src/components/social-icons/_social-icon.scss +++ b/src/components/social-icons/_social-icon.scss @@ -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 + } } } } \ No newline at end of file