Commit d87df157 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra

changed the scss for the top line connectors to be exactly centered

parent 7a282056
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
&::before { &::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 49%; top: 48%;
left: -48px; left: -48px;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 48px;
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;
top: 49%; top: 48%;
right: -48px; right: -48px;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 48px;
...@@ -589,7 +589,7 @@ ...@@ -589,7 +589,7 @@
width: 21px; width: 21px;
height: 25px; height: 25px;
position: absolute; position: absolute;
top: -31px; top: -32px;
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