From b97e44f62cc7008a30e0b768621c324508c81a7a Mon Sep 17 00:00:00 2001 From: wkdghdwns199 Date: Fri, 6 Sep 2024 02:00:58 +0900 Subject: [PATCH 1/5] =?UTF-8?q?fix=20:=20=EB=B0=91=EC=9D=98=20=EC=97=AC?= =?UTF-8?q?=EB=B0=B1=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=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 --- client/src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index af23cf8..abe975b 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -35,7 +35,11 @@ body { -moz-osx-font-smoothing: grayscale; @apply transition-colors duration-200 bg-light-bg dark:bg-dark-bg; max-width: 1024px; - padding-bottom: 7vh; + /* padding-bottom: 7vh; */ +} + +footer { + max-width: 1024px; } code { From 096718768f5caf3bfa9db86f58f6f5b42b85f6ec Mon Sep 17 00:00:00 2001 From: wkdghdwns199 Date: Fri, 6 Sep 2024 02:01:19 +0900 Subject: [PATCH 2/5] =?UTF-8?q?fix=20:=20footer=20=EB=84=88=EB=B9=84=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/layout/Footer.tsx | 2 +- client/src/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/layout/Footer.tsx b/client/src/components/layout/Footer.tsx index 8cefc0f..3c4aeb9 100644 --- a/client/src/components/layout/Footer.tsx +++ b/client/src/components/layout/Footer.tsx @@ -32,7 +32,7 @@ const Footer = ({ dark, toggleDarkMode }: ComponentProps) => { return ( -