diff --git a/src/stylesheets/timeline.scss b/src/stylesheets/timeline.scss index 4e2551fb..6b565ea6 100644 --- a/src/stylesheets/timeline.scss +++ b/src/stylesheets/timeline.scss @@ -1,6 +1,6 @@ .timeline { margin: $spacer-3 0; - padding: 0 $spacer-1; + padding: 0 $spacer-2; } .timeline-header { @@ -27,4 +27,4 @@ transform: translateX(-50%) translateY(calc(-50% - 8px)); z-index: 1; } -} \ No newline at end of file +}