DEV Community

Discussion on: How I redid the DEV badge using Font Awesome [updated]

Collapse
 
tux0r profile image
tux0r • Edited

I just redid my portfolio.

And you might want to fix this bizarre "Send message" thing:

Screenshot

(Firefox 61, Windows 10, JavaScript disabled.)

Collapse
 
themindfuldev profile image
Tiago Romero Garcia • Edited

Great catch! Thanks @tux0r for that :)

Collapse
 
themindfuldev profile image
Tiago Romero Garcia

It turned out these styles were being added dynamically when Font Awesome was transforming <i> into SVG. I just fixed it by adding some default styles. Thanks again @tux0r !