Skip to content

Commit

Permalink
Merge pull request #4625 from lyubomir-popov/update-social-icons
Browse files Browse the repository at this point in the history
reduce social icon sizes to work better next to headings
  • Loading branch information
bartaz committed Jan 11, 2023
2 parents 6c9a6d4 + 16ed4b1 commit aa0c6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_base_placeholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

%social-icon {
@extend %vf-hide-text;
@include vf-icon-size(map-get($icon-sizes, heading-icon--small));
@include vf-icon-size(map-get($icon-sizes, heading-icon--x-small));

background-repeat: no-repeat;
display: inline-block;
Expand Down

0 comments on commit aa0c6e0

Please sign in to comment.