Skip to content

Commit 2c89536

Browse files
committed
fix: make padding between h2 sections smaller
fixes #291
1 parent be41d6d commit 2c89536

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/components/ApiInfo/api-info.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
:host /deep/ [section] {
2323
padding-top: 2 * $section-spacing;
2424
}
25+
26+
:host /deep/ h2[section] {
27+
padding-top: $section-spacing;
28+
}

0 commit comments

Comments
 (0)