Skip to content

Commit 8dc340a

Browse files
authored
Merge pull request #1172 from newrelic/cayla/reduce-margin-timeline
Reduces the space between timeline events
2 parents f8722a3 + 656f3e5 commit 8dc340a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/whats-new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const WhatsNew = ({ data, location }) => {
5151
margin-bottom: 2rem;
5252
5353
&:last-child {
54-
margin-bottom: ${isLast ? 0 : '4rem'};
54+
margin-bottom: ${isLast ? 0 : '2rem'};
5555
}
5656
`}
5757
>

src/templates/releaseNoteLandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const ReleaseNoteLandingPage = ({ data, pageContext, location }) => {
9191
margin-bottom: 2rem;
9292
9393
&:last-child {
94-
margin-bottom: ${isLast ? 0 : '4rem'};
94+
margin-bottom: ${isLast ? 0 : '2rem'};
9595
}
9696
`}
9797
>

0 commit comments

Comments
 (0)