fix(docs): prevent nav covering headings (#38608)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Shaun Hamilton
2020-04-22 16:33:56 +01:00
committed by GitHub
parent 3d4ea5f188
commit 19826a4b3a

View File

@ -313,3 +313,12 @@ body.close .github-corner {
.docsify-copy-code-button { .docsify-copy-code-button {
font-size: 0.7em !important; font-size: 0.7em !important;
} }
/****** Anchor Headings ******/
a.anchor {
padding-top: 48px;
}
.markdown-section h2 {
margin: 0 0 0.8em;
}