nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
594 stars 178 forks source link

Enhancement: force fixed width for icons in 'contact' section #52

Open BerriJ opened 3 years ago

BerriJ commented 3 years ago

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-fwclass 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.