mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
fix(v1): apply negative margin to docs heading only (#2028)
This commit is contained in:
parent
a2c929824f
commit
0984dfcde5
2 changed files with 9 additions and 9 deletions
|
@ -97,7 +97,7 @@ class DocsLayout extends React.Component {
|
|||
collapsible={this.props.config.docsSideNavCollapsible}
|
||||
metadata={metadata}
|
||||
/>
|
||||
<Container className="mainContainer">
|
||||
<Container className="mainContainer docsContainer">
|
||||
<DocComponent
|
||||
metadata={metadata}
|
||||
content={content}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue