From baa9ff5f9546c7ed480d5a0bcfb0c695d2175e0f Mon Sep 17 00:00:00 2001 From: Geun-Oh Date: Sun, 7 Apr 2024 07:29:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8D=B0=EC=8A=A4=ED=81=AC=ED=86=B1=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 7f34472..823f5c3 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -66,8 +66,6 @@ const Wrapper = styled.div` const Footer = styled.footer` width: calc(100% - 32px); - position: absolute; - bottom: 0; max-width: 768px; height: 100px;