We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e716e77 commit 5190210Copy full SHA for 5190210
src/scss/custom/_timeline.scss
@@ -33,7 +33,7 @@
33
position: absolute;
34
top: -$timeline-pin-circle-size * 0.5;
35
z-index: 5;
36
- left: $timeline-padding;
+ left: calc($timeline-padding / 2);
37
.pin-icon {
38
width: $timeline-pin-circle-size;
39
height: $timeline-pin-circle-size;
0 commit comments