Commit 7a282056 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove negative margins

parent 879a68a7
......@@ -316,12 +316,11 @@
&::before {
content: '';
position: absolute;
top: 50%;
top: 49%;
left: -48px;
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
margin-top: -1px;
}
}
}
......@@ -494,12 +493,11 @@
&::after {
content: '';
position: absolute;
top: 50%;
top: 49%;
right: -48px;
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
margin-top: -1px;
}
}
......@@ -591,7 +589,7 @@
width: 21px;
height: 25px;
position: absolute;
top: -32.5px;
top: -31px;
border-top: 2px solid $border-color;
}
......
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