From 838a3359eca515056a2daba2d3fcbcccfb42dd39 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 29 Aug 2023 18:42:10 -0600 Subject: [PATCH] Fixed responsiveness issues --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a02046e..6ae832c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,7 @@ export default function RootLayout({ return ( - +
{children}