We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Icons are using .fa-fw class to apply fixed width styling but is overridden. Remove initial or reset back to inline-block.
.fa-fw
initial
inline-block
.social-icons .fa { display: initial; }