Skip to content

Commit

Permalink
fix: heading spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed Mar 8, 2024
1 parent 7aa23ec commit 21d02d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ div {
@include type-style('expressive-heading-05', true);
}

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

0 comments on commit 21d02d1

Please sign in to comment.