Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 25, 2023
1 parent 27e8630 commit d94824b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nationalarchives/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

&__body {
padding-top: 1rem;

order: 3;
}

Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/utilities/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ p {
}

+ p {
margin-top: 1rem
margin-top: 1rem;
}
}

Expand Down

0 comments on commit d94824b

Please sign in to comment.