Skip to content

Commit

Permalink
fix: handle headers in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Aug 4, 2020
1 parent 2968363 commit 5402bce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,21 +199,25 @@ ul :global(.bx--list--unordered) {

.h1 {
--space: #{$spacing-12};
margin-top: var(--space);
@include carbon--type-style('expressive-heading-05', true);
}

.h2 {
--space: #{$spacing-11};
margin-top: var(--space);
@include carbon--type-style('expressive-heading-04', true);
}

.h3 {
--space: #{$spacing-10};
margin-top: var(--space);
@include carbon--type-style('expressive-heading-03', true);
}

.h4 {
--space: #{$spacing-07};
margin-top: var(--space);
@include carbon--type-style('heading-02');
}

Expand Down

0 comments on commit 5402bce

Please sign in to comment.