Skip to content

Commit

Permalink
Add margins to images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave House committed Jan 8, 2018
1 parent bd4d513 commit 0e2cce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ $mq-breakpoint-widescreen: 1200px;
width: 100%;
height: auto;
padding: $govuk-spacing-scale-2;
@include govuk-responsive-margin($govuk-spacing-responsive-2, "top");
@include govuk-responsive-margin($govuk-spacing-responsive-6, "bottom");
border: 1px solid $govuk-border-colour;
}
}
Expand Down

0 comments on commit 0e2cce5

Please sign in to comment.