From 1c85792839d9f8887f59211c4ceb13f6dc73fab3 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Fri, 28 Mar 2025 17:08:04 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(layout):=20Adjust=20content=20?= =?UTF-8?q?container=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increases the maximum content container width on larger screens to provide more breathing room and a better reading experience. This change was made to improve the overall layout and visual presentation of the application. --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2ab1418..6a19596 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -32,7 +32,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( -
+
{children}