From cef1c766850d5417990fa9799b2408262ffc5491 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 28 Oct 2021 23:29:30 +0200 Subject: [PATCH] align header and content width --- components/layout.tsx | 2 +- styles/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout.tsx b/components/layout.tsx index e2ccf10..ad6319e 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -6,7 +6,7 @@ export default function Home({ children }: { children: React.ReactNode }) { return ( <>
-
{children}
+
{children}