Changed links that wrap the icon svg to display: block so there isn't any issues knowing when mouseover occurs

This commit is contained in:
Luke Bennett 2016-09-23 14:55:10 +01:00
parent bc16d7679b
commit ae341be885
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -177,6 +177,10 @@
border-bottom: 2px solid $border-color;
}
}
a {
display: block;
}
}
}