diff --git a/docs/components/theme.css b/docs/components/theme.css index ecde986f1e..0f8444014d 100644 --- a/docs/components/theme.css +++ b/docs/components/theme.css @@ -313,3 +313,12 @@ body.close .github-corner { .docsify-copy-code-button { font-size: 0.7em !important; } + +/****** Anchor Headings ******/ +a.anchor { + padding-top: 48px; +} + +.markdown-section h2 { + margin: 0 0 0.8em; +}