Skip to content
Snippets Groups Projects
Commit f96fb5b6 authored by Luke Bennett's avatar Luke Bennett
Browse files

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


Former-commit-id: ae341be8
parent 5b486490
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -177,6 +177,10 @@
border-bottom: 2px solid $border-color;
}
}
a {
display: block;
}
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment