diff --git a/src/scss/timeline.scss b/src/scss/timeline.scss index 43968e9..d6a4ab3 100644 --- a/src/scss/timeline.scss +++ b/src/scss/timeline.scss @@ -97,7 +97,6 @@ $timeline-height: 170px; display: flex; justify-content: center; align-items: center; - padding-top: 20px; .timeline-labels { padding-top: 2px; diff --git a/src/store/initial.js b/src/store/initial.js index e60b34f..8cc7040 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -60,13 +60,13 @@ const initial = { }, timeline: { dimensions: { - height: 400, + height: 250, width: 0, marginLeft: 100, marginTop: 15, marginBottom: 60, contentHeight: 200, - width_controls: 100, + width_controls: 100 }, range: [ new Date(2001, 2, 23, 12),