Fix vertical line
This commit is contained in:
parent
d53431efcd
commit
549c33f009
1 changed files with 4 additions and 4 deletions
|
@ -32,14 +32,14 @@
|
|||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
position: relative;
|
||||
border-left: 3px solid get-light-color('accent-color');
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
left: 50%;
|
||||
left: -23px;
|
||||
}
|
||||
&:nth-child(even)::after {
|
||||
left: calc(50% - 3px) !important;
|
||||
left: -26px;
|
||||
}
|
||||
}
|
||||
.horizontal-line {
|
||||
|
@ -49,10 +49,10 @@
|
|||
}
|
||||
hr {
|
||||
border-top: 3px solid get-light-color('accent-color');
|
||||
opacity: 1;
|
||||
margin: 0;
|
||||
top: 17px;
|
||||
position: relative;
|
||||
opacity: 1;
|
||||
}
|
||||
.timeline-side-div {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue