From b6d8eed77f3717adf06a30320ef3532bdb5a0682 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Mon, 17 Jul 2023 18:38:47 -0500 Subject: [PATCH] Tweaks page styles (#1087) --- app/[page]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index e6d2b7dce..453253dca 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -4,7 +4,7 @@ import { Suspense } from 'react'; export default function Layout({ children }: { children: React.ReactNode }) { return ( -
+
{children}