Skip to content

Commit

Permalink
Merge pull request #4568 from alphagov/remove-mobile-spacing-on-blocks
Browse files Browse the repository at this point in the history
Remove mobile spacing on box blocks
  • Loading branch information
matthillco authored Jan 8, 2025
2 parents 61a415c + c563f5a commit b9061e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/views/_landing_page/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
.box {
padding: govuk-spacing(4);
background-color: govuk-colour("light-grey");

@include govuk-media-query($until: desktop) {
margin-bottom: govuk-spacing(6);
}
}

@include govuk-media-query($media-type: print) {
Expand Down

0 comments on commit b9061e5

Please sign in to comment.