From 50fad010803c602440c7499b709f11caff3c75d6 Mon Sep 17 00:00:00 2001 From: bananajeong <73640737+Najeong-Kim@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:21:24 +0900 Subject: [PATCH 1/2] fix: update background content layout --- src/app/(web)/layout.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/(web)/layout.tsx b/src/app/(web)/layout.tsx index db4c359..453fdb6 100644 --- a/src/app/(web)/layout.tsx +++ b/src/app/(web)/layout.tsx @@ -25,29 +25,35 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{children}
- text -
+ text +
- ios + ios - android + android
From 0d1ec92dd1545d9949ce5df7faccde2eb07ec4e5 Mon Sep 17 00:00:00 2001 From: bananajeong <73640737+Najeong-Kim@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:26:02 +0900 Subject: [PATCH 2/2] fix: change padding --- src/app/(web)/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(web)/layout.tsx b/src/app/(web)/layout.tsx index 453fdb6..ac98d73 100644 --- a/src/app/(web)/layout.tsx +++ b/src/app/(web)/layout.tsx @@ -35,10 +35,10 @@ export default function Layout({ children }: { children: React.ReactNode }) { 'hidden h-[320px] w-[calc((100vw-670px)/2)] max-w-[270px] flex-col items-center justify-center gap-[34px] px-2.5 lg:flex' )} > - text + text