Skip to content

Commit

Permalink
Merge pull request #4222 from alphagov/fix-sass-warning
Browse files Browse the repository at this point in the history
Fix sass compilation warnings
  • Loading branch information
andysellick authored Sep 5, 2024
2 parents 332a1e4 + 1654ba8 commit 6833933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components/_subscribe.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import "govuk_publishing_components/individual_component_support";

.app-c-subscribe {
@include govuk-font($size: 19);
margin-bottom: govuk-spacing(8);
padding-top: govuk-spacing(3);
@include govuk-font($size: 19);
}

.app-c-subscribe__link {
Expand Down

0 comments on commit 6833933

Please sign in to comment.