Skip to content

Commit 74cc33e

Browse files
committed
chore: update timeline ends styling
1 parent a266d8e commit 74cc33e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Timeline.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@
3232
.timeline-line__end {
3333
position: absolute;
3434
left: 50%;
35+
transform: translate(-50%);
3536
}
3637

3738
.timeline-line__end--opening {
38-
transform: translate(-50%, -100%);
3939
top: 0;
4040
}
4141

4242
.timeline-line__end--closing {
43-
transform: translate(-50%, 100%);
4443
bottom: 0;
4544
}
4645

0 commit comments

Comments
 (0)