From e6c1834963a978bb268e360bb829d431a77c882d Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Mon, 17 Jul 2023 18:22:11 -0500 Subject: [PATCH] Tweaks page styles --- 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}