From f39ef2b76ed0e373930cfaa5645ec01e9feaf387 Mon Sep 17 00:00:00 2001 From: lydiacho Date: Wed, 7 Aug 2024 12:41:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Header,=20Layout=20min-width=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/components/Layout/components/Header/style.css.ts | 1 - src/common/components/Layout/style.css.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/common/components/Layout/components/Header/style.css.ts b/src/common/components/Layout/components/Header/style.css.ts index a0b3d299..aceb6737 100644 --- a/src/common/components/Layout/components/Header/style.css.ts +++ b/src/common/components/Layout/components/Header/style.css.ts @@ -12,7 +12,6 @@ export const container = style({ top: 0, maxWidth: 1440, width: '100%', - minWidth: 1000, margin: '0 auto', padding: '22px 156px 22px 150px', diff --git a/src/common/components/Layout/style.css.ts b/src/common/components/Layout/style.css.ts index 111a6b3a..8f3de547 100644 --- a/src/common/components/Layout/style.css.ts +++ b/src/common/components/Layout/style.css.ts @@ -6,7 +6,6 @@ export const container = style({ display: 'flex', flexDirection: 'column', alignItems: 'center', - minWidth: 1000, backgroundColor: theme.color.background, });