From ae6b4bb2910d617c64a6b7c403ae02b7b21df8ed Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:48:22 +0200 Subject: [PATCH] add padding --- src/components/layout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout.jsx b/src/components/layout.jsx index d3120a5..25e21be 100644 --- a/src/components/layout.jsx +++ b/src/components/layout.jsx @@ -11,7 +11,7 @@ const Layout = ({ children }) => (
-
+
{children}
) -export default Layout \ No newline at end of file +export default Layout