Skip to content

Commit 8b3a586

Browse files
committed
- fix timeline styling based on redesign
1 parent c92a4ef commit 8b3a586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timeline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
#timeline-container.collapsed {
12-
bottom: -70px;
12+
bottom: -50px;
1313
}
1414

1515
#timeline-toggle {
@@ -19,7 +19,7 @@
1919
cursor: pointer;
2020
padding: 3px 20px;
2121
position: absolute;
22-
top: -26px;
22+
top: -30px;
2323
transform: translateX(-50%);
2424
left: 50%;
2525
color: #ffffff;

0 commit comments

Comments
 (0)