fix(docs): prevent nav covering headings (#38608)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user