Skip to content

Commit 045674f

Browse files
authored
Merge pull request #296 from BeAPI/ptesei-patch-1
fix Heading
2 parents e8b3555 + 00e56e3 commit 045674f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/06-blocks/core/_heading.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ $headings: (
5353
}
5454

5555
.has-h-#{$i}-font-size {
56-
font-size: var(--font-size-h#{i});
56+
font-size: var(--heading--font-size-h#{$i});
57+
line-height: var(--heading--line-height-h#{$i});
5758
}
5859
}

0 commit comments

Comments
 (0)