From c66812007c27dd54c42e6fcdfce4e2d127fce345 Mon Sep 17 00:00:00 2001 From: Erik Arne Date: Wed, 10 Dec 2025 16:19:07 +0000 Subject: [PATCH] Improve responsive layout in GeneralLayout --- src/components/layouts/GeneralLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layouts/GeneralLayout.tsx b/src/components/layouts/GeneralLayout.tsx index 5a9be44..6d9b5f6 100644 --- a/src/components/layouts/GeneralLayout.tsx +++ b/src/components/layouts/GeneralLayout.tsx @@ -13,7 +13,7 @@ export function GeneralLayout({ children }: { children: React.ReactNode }) { {isMobile ? ( - @@ -29,7 +29,7 @@ export function GeneralLayout({ children }: { children: React.ReactNode }) { )}
-
{children}
+
{children}
);