From 46f45ee2d5f0be6e13b3b358f589f7242a14e641 Mon Sep 17 00:00:00 2001 From: Henrique Jung Date: Tue, 28 Nov 2017 18:28:04 -0200 Subject: [PATCH] Fix linkedin icon size on 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. --- _includes/svg-icons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index 4aeb1eec3..8d11a6d1b 100644 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -1 +1 @@ - +