From b3e4e9449c96d6d4b69bfc87a3614e5bb9545aa3 Mon Sep 17 00:00:00 2001 From: techboyg5 <63317676+techboyg5@users.noreply.github.com> Date: Fri, 24 Jul 2020 10:23:44 -0500 Subject: [PATCH 1/2] Update timeline.scss --- src/stylesheets/timeline.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/timeline.scss b/src/stylesheets/timeline.scss index 4e2551fb..9c855c72 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-3; } .timeline-header { @@ -27,4 +27,4 @@ transform: translateX(-50%) translateY(calc(-50% - 8px)); z-index: 1; } -} \ No newline at end of file +} From 894be7cf7a7830f221499981a9eefa709ad21c23 Mon Sep 17 00:00:00 2001 From: techboyg5 <63317676+techboyg5@users.noreply.github.com> Date: Tue, 4 Aug 2020 06:53:44 -0500 Subject: [PATCH 2/2] Slightly decrease padding --- src/stylesheets/timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/timeline.scss b/src/stylesheets/timeline.scss index 9c855c72..6b565ea6 100644 --- a/src/stylesheets/timeline.scss +++ b/src/stylesheets/timeline.scss @@ -1,6 +1,6 @@ .timeline { margin: $spacer-3 0; - padding: 0 $spacer-3; + padding: 0 $spacer-2; } .timeline-header {