From 3a1e0cf12da96d094556c7fd92d95e6e09706c51 Mon Sep 17 00:00:00 2001 From: Minh-Phuc Tran Date: Tue, 18 Jun 2024 00:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20fix=20footer=20being=20?= =?UTF-8?q?cut=20on=20wide=20screen=20(#2905)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(main)/welcome/_layout/Desktop.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/(main)/welcome/_layout/Desktop.tsx b/src/app/(main)/welcome/_layout/Desktop.tsx index ccc92ec7c59e3..9c4c19696ecc5 100644 --- a/src/app/(main)/welcome/_layout/Desktop.tsx +++ b/src/app/(main)/welcome/_layout/Desktop.tsx @@ -18,7 +18,11 @@ const DesktopLayout = ({ children }: PropsWithChildren) => { width={'100%'} > - + {children}