victorvoid / space-jekyll-template

A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/
Other
400 stars 323 forks source link

Fix linkedin icon size on Firefox #26

Closed henriquenj closed 6 years ago

henriquenj commented 6 years ago

My journey into the realms of web development is a new one, so please review this carefully. To see the problem is easy: just open the demo site with Firefox.

Linkedin icon on Firefox is much smaller than the other icon, and does not fit its enclosing circle. The likely reason for this is that Firefox is respecting the "width" and "height" properties on the symbol element.

This commit removes them so the symbol takes the whole circle, as the other icons.

victorvoid commented 6 years ago

Thanks a lot!