mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +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" />}
|
||||
</div>
|
||||
</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">
|
||||
<Prose as="article">{children}</Prose>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user