Skip to content

Commit

Permalink
Add styles required for Take Part
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Sep 5, 2024
1 parent bb705c1 commit 94e1cb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $govuk-include-default-font-face: false;

// Helper stylesheets (things on more than one page layout)
@import "helpers/truncated-url";
@import "helpers/content-bottom-margin";

// Reset some styles from the `.content` when it"s wrapped in the Govspeak
// component. Can be removed when static is no longer being used.
Expand Down
7 changes: 7 additions & 0 deletions app/assets/stylesheets/helpers/_content-bottom-margin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.content-bottom-margin {
margin-bottom: govuk-spacing(4);

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

0 comments on commit 94e1cb4

Please sign in to comment.