Skip to content

Commit

Permalink
Add bottom margin to tabs component
Browse files Browse the repository at this point in the history
All components (or outer layer components) have
@include govuk-responsive-margin(6, "bottom");
applied to them so spacing feels automatic.
  • Loading branch information
Jani Kraner committed Jun 28, 2018
1 parent 26b0487 commit 07390d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@include govuk-font($size: 19);
@include govuk-text-colour;
@include govuk-responsive-margin(1, "top");
@include govuk-responsive-margin(6, "bottom");
}

.govuk-tabs__title {
Expand Down

0 comments on commit 07390d1

Please sign in to comment.