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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
pull/38612/head
Shaun Hamilton 2020-04-22 16:33:56 +01:00 committed by GitHub
parent 3d4ea5f188
commit 19826a4b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}