Commit ae341be8 authored by Luke Bennett's avatar Luke Bennett

Changed links that wrap the icon svg to `display: block` so there isn't any...

Changed links that wrap the icon svg to `display: block` so there isn't any issues knowing when `mouseover` occurs
parent bc16d767
......@@ -177,6 +177,10 @@
border-bottom: 2px solid $border-color;
}
}
a {
display: block;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment