From 599763c3f2fd732594e596001a7cac88cc64abbb Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 7 Nov 2024 18:16:40 +0100 Subject: [PATCH] fix: fix the responsiveness of the documentation layout --- app/docs/layout.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/docs/layout.jsx b/app/docs/layout.jsx index 6fa87e2..28bb065 100644 --- a/app/docs/layout.jsx +++ b/app/docs/layout.jsx @@ -10,7 +10,9 @@ export default function DocsLayout({ children }) { -
{children}
+
+ {children} +
);