Skip to content

Commit

Permalink
Add top padding to accordion sections
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed May 24, 2022
1 parent 01ce0ef commit 579347b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/govuk/components/accordion/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
.govuk-accordion__section-content {
display: none;
@include govuk-responsive-padding(8, "bottom");
@include govuk-responsive-padding(3, "top");
}

// Show the body of expanded sections
Expand Down

0 comments on commit 579347b

Please sign in to comment.