Skip to content

Commit 1a7cba5

Browse files
committed
Fix margin for heading, because of css specificity
1 parent f2fd920 commit 1a7cba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/styles/table-of-contents.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
margin-bottom: 0;
1717
}
1818

19-
li.toc-heading {
19+
.table-of-contents li.toc-heading {
2020
margin-top: var(--spacing-4);
2121
color: var(--color-gray-600);
2222
}
2323

24-
li.toc-heading:first-child {
24+
.table-of-contents li.toc-heading:first-child {
2525
margin-top: 0;
2626
}
2727

0 commit comments

Comments
 (0)