mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-27 12:56:37 +00:00
fix padding
This commit is contained in:
@@ -162,7 +162,7 @@ export function Layout({ children, title, tableOfContents }) {
|
|||||||
{router.route.startsWith("/docs") && <NavigationDocs className="hidden lg:mt-10 lg:block" />}
|
{router.route.startsWith("/docs") && <NavigationDocs className="hidden lg:mt-10 lg:block" />}
|
||||||
</div>
|
</div>
|
||||||
</motion.header>
|
</motion.header>
|
||||||
<div className="min-w-0 max-w-2xl flex-auto px-4 py-16 lg:max-w-none lg:pl-8 lg:pr-0 xl:px-16">
|
<div className="min-w-0 max-w-2xl flex-auto px-4 py-16 lg:max-w-none lg:pl-8 lg:pr-0 xl:px-5">
|
||||||
<main className="py-16">
|
<main className="py-16">
|
||||||
<Prose as="article">{children}</Prose>
|
<Prose as="article">{children}</Prose>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user