Skip to content

Commit

Permalink
adjust example spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Jan 21, 2025
1 parent 2eadea1 commit cc433df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/_example.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
========================================================================== */

.app-example {
@include nhsuk-responsive-margin(4, "top");
@include nhsuk-responsive-margin(5, "top");

border: 1px solid $nhsuk-border-color;
padding-top: 37px; //matches height of new window link
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
========================================================================== */

.app-tabs {
@include nhsuk-responsive-margin(4, "bottom");
@include nhsuk-responsive-margin(5, "bottom");

background-color: $color_nhsuk-white;
}
Expand Down

0 comments on commit cc433df

Please sign in to comment.