Skip to content

Commit

Permalink
tweak main wrapper margin
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamaryon1 committed Aug 28, 2024
1 parent 75cc613 commit 91afe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/objects/_main-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
@mixin govuk-main-wrapper {
@include top-and-bottom();
display: block; /* [1] */
margin-top: nhsuk-spacing(5);
margin-bottom: nhsuk-spacing(5);
margin-top: nhsuk-spacing(4);
margin-bottom: nhsuk-spacing(4);

@include mq($from: tablet) {
margin-top: nhsuk-spacing(7);
Expand Down

0 comments on commit 91afe22

Please sign in to comment.