Skip to content

Commit 5190210

Browse files
astagiarturu
andauthored
fix(core): timeline elements spaces
Co-authored-by: Pietro Arturo Panetta <arturu@users.noreply.github.com>
1 parent e716e77 commit 5190210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/custom/_timeline.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
position: absolute;
3434
top: -$timeline-pin-circle-size * 0.5;
3535
z-index: 5;
36-
left: $timeline-padding;
36+
left: calc($timeline-padding / 2);
3737
.pin-icon {
3838
width: $timeline-pin-circle-size;
3939
height: $timeline-pin-circle-size;

0 commit comments

Comments
 (0)