Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update to 2rem
  • Loading branch information
Cayla Hamann committed Mar 4, 2021
commit 656f3e56c90a081f324b857181df1d2ba6094259
2 changes: 1 addition & 1 deletion src/pages/whats-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const WhatsNew = ({ data, location }) => {
margin-bottom: 2rem;

&:last-child {
margin-bottom: ${isLast ? 0 : '3rem'};
margin-bottom: ${isLast ? 0 : '2rem'};
}
`}
>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/releaseNoteLandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const ReleaseNoteLandingPage = ({ data, pageContext, location }) => {
margin-bottom: 2rem;

&:last-child {
margin-bottom: ${isLast ? 0 : '3rem'};
margin-bottom: ${isLast ? 0 : '2rem'};
}
`}
>
Expand Down