From fef02b96ad7344f637469b9a5f95ce935532e0bb Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Tue, 7 Nov 2023 11:34:02 +0800 Subject: [PATCH] fix layout styles issues --- app/layout.tsx | 10 ++++++---- app/page.tsx | 6 +++--- app/projects/page.tsx | 2 +- components/pages/footer.tsx | 2 +- components/pages/nav-bar.tsx | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 111ddab..c309f5f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -43,10 +43,12 @@ export default function RootLayout({ - - {children} -