Skip to content

Commit

Permalink
adjust spacing of phase banner on mobile breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave House committed Jan 14, 2019
1 parent da08caa commit e07756e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/stylesheets/components/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

.app-phase-banner {

@include govuk-media-query($until: tablet) {
margin-right: -(govuk-spacing(3));
margin-left: -(govuk-spacing(3));
padding-right: govuk-spacing(6);
padding-left: govuk-spacing(6);
}

@include govuk-media-query($from: tablet) {
padding-right: 0;
padding-left: 0;
Expand Down

0 comments on commit e07756e

Please sign in to comment.