Skip to content

Commit c4ebaa2

Browse files
committed
fix main heading size
1 parent e32b996 commit c4ebaa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,3 +1758,8 @@ iframe[src*="youtube"] {
17581758
color: var(--ifm-color-secondary-contrast-foreground);
17591759
border-color: var(--ifm-color-secondary-dark);
17601760
}
1761+
1762+
.theme-doc-markdown .openapi__heading {
1763+
font-size: var(--ifm-h1-font-size);
1764+
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)* var(--ifm-leading)) !important;
1765+
}

0 commit comments

Comments
 (0)