From 90b401a61c93caa1ca9a2ad87143a61cc7521188 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Fri, 13 Oct 2023 23:22:07 -0400 Subject: [PATCH] adding padding --- app/(app)/_layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/_layout/index.tsx b/app/(app)/_layout/index.tsx index 9d9da88..d9905df 100644 --- a/app/(app)/_layout/index.tsx +++ b/app/(app)/_layout/index.tsx @@ -16,7 +16,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) { {/* Sidebar */}
-
{children}
+
{children}
{/* Mobile Banner */}