diff --git a/src/components/social-icons/_social-icon.scss b/src/components/social-icons/_social-icon.scss index 9ec4761a..cd35497f 100644 --- a/src/components/social-icons/_social-icon.scss +++ b/src/components/social-icons/_social-icon.scss @@ -6,7 +6,7 @@ padding: 0 px-to-rem(12px); &:first-child { - padding-left: 0; + padding: 0; // Remove all padding for the first child } } } \ No newline at end of file