From 58048fc0a5f4ddbd72b44689e9ffb0f0efd4a9df Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Mon, 22 May 2023 15:20:21 +0200 Subject: [PATCH] fix padding --- src/components/Layout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index d4c83018..09780ed4 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -162,7 +162,7 @@ export function Layout({ children, title, tableOfContents }) { {router.route.startsWith("/docs") && } -
+
{children}