mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
Fix misalignment of the sidebar and the content (#650)
This commit is contained in:
parent
c5b7744dd8
commit
0ea685d455
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ nav.toc .toggleNav .navBreadcrumb h2 {
|
|||
|
||||
.doc.separateOnPageNav .docsNavContainer {
|
||||
flex: 0 0 240px;
|
||||
margin: 40px 0 0;
|
||||
margin: 55px 0 0;
|
||||
}
|
||||
|
||||
.doc.separateOnPageNav nav.toc:last-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue