Skip to content
Snippets Groups Projects
Commit 0da6bc7b authored by Chris Lawton's avatar Chris Lawton
Browse files

after pseudo element on all underlined links should be position left zero so...

after pseudo element on all underlined links should be position left zero so it renders in the correct position across all browsers
parent 58df6daf
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
&::after { &::after {
position: absolute; position: absolute;
bottom: -5px; bottom: -5px;
left: 0;
width: 100%; width: 100%;
height: 1px; height: 1px;
background-color: $color; background-color: $color;
......
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