Skip to content

Commit

Permalink
Fix unrelated Sass warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Dec 18, 2024
1 parent 88d116a commit 1dd5045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/helpers/_parts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
margin-top: govuk-spacing(6);
margin-bottom: govuk-spacing(6);
padding-bottom: govuk-spacing(3);
border-bottom: 1px solid govuk-colour("mid-grey");

@include govuk-media-query($from: tablet) {
margin-top: 0;
margin-bottom: 0;
}

border-bottom: 1px solid govuk-colour("mid-grey");
}

.part-navigation {
Expand Down

0 comments on commit 1dd5045

Please sign in to comment.