fix(org): Markdown layout padding
This commit is contained in:
parent
c53abd0ec0
commit
e88dc07ac4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export const DocsLayout = ({ app, children = [], title }) => (
|
||||||
<h1 className="break-words">{title}</h1>
|
<h1 className="break-words">{title}</h1>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{children}
|
<div className="xl:pl-4">{children}</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue