From f44f7bfde8c1d52f951736b0c9ad301f1baf9632 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 12 Sep 2022 21:54:31 +0200 Subject: [PATCH] set also vertical padding in layout --- components/layout.tsx | 2 +- pages/book.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout.tsx b/components/layout.tsx index cab4947..d68ff7e 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -6,7 +6,7 @@ export default function Home({ children }: { children: React.ReactNode }) { return ( <>
-
{children}
+
{children}