mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
Merge pull request #331 from travisk-codes/resource-link-underline
Reposition underline for resource links
This commit is contained in:
@@ -67,10 +67,7 @@ export const Box = styled.div`
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -6px;
|
|
||||||
top: 50%;
|
|
||||||
left: 100%;
|
left: 100%;
|
||||||
margin-left: 10px;
|
|
||||||
display: block;
|
display: block;
|
||||||
content: "";
|
content: "";
|
||||||
/* I would prefer a svg, but could not get it to work */
|
/* I would prefer a svg, but could not get it to work */
|
||||||
|
|||||||
Reference in New Issue
Block a user