Enhancement: force fixed width for icons in 'contact' section
BerriJ opened this issue · 0 comments
BerriJ commented
I had some trouble aligning the text entries in the contacts section when using different font-awesome icons eg. StackOverflow and Github have different icon width on default.
Luckily you can set the fa-fw
class on the icons like follows: <i class='fa fa-{icon}'></i>
to force a fixed width. This aligns the text. I'm making a PR in a minute for this. This shouldn't hurt anyone and the text then perfectly aligns.