Icons are using `.fa-fw` class to apply fixed width styling but is overridden. Remove `initial` or reset back to `inline-block`. ``` css .social-icons .fa { display: initial; } ```
Icons are using
.fa-fwclass to apply fixed width styling but is overridden. Removeinitialor reset back toinline-block.