Skip to content

Commit de7f969

Browse files
committed
Fix rendering of index headings
1 parent 4c2712f commit de7f969

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

static/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,9 +1076,8 @@
10761076
.tsd-index-summary {
10771077
margin-top: 1.5rem;
10781078
margin-bottom: 0.75rem;
1079-
}
1080-
.tsd-index-heading {
1081-
margin: 0;
1079+
display: flex;
1080+
align-content: center;
10821081
}
10831082

10841083
.tsd-no-select {
@@ -1475,7 +1474,7 @@
14751474
@media (max-width: 769px) {
14761475
#tsd-toolbar-menu-trigger {
14771476
display: inline-block;
1478-
/* temporary fix to vertically align, for compatibilty */
1477+
/* temporary fix to vertically align, for compatibility */
14791478
line-height: 2.5;
14801479
}
14811480
#tsd-toolbar-links {

0 commit comments

Comments
 (0)