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

Remove negative margins

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