Merge pull request #331 from travisk-codes/resource-link-underline

Reposition underline for resource links
This commit is contained in:
Jean-Philippe Sirois
2020-09-08 00:37:33 -04:00
committed by GitHub
@@ -67,10 +67,7 @@ export const Box = styled.div`
&::after {
position: absolute;
margin-top: -6px;
top: 50%;
left: 100%;
margin-left: 10px;
display: block;
content: "";
/* I would prefer a svg, but could not get it to work */