From b8132c34eb4f670696ce3875e07c838996035665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=9D=AC?= Date: Mon, 26 Feb 2024 06:23:29 +0900 Subject: [PATCH] =?UTF-8?q?FIX=20:=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83?= =?UTF-8?q?=20=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 --- src/MainPage/App.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MainPage/App.tsx b/src/MainPage/App.tsx index bb862ebf..de297864 100644 --- a/src/MainPage/App.tsx +++ b/src/MainPage/App.tsx @@ -149,13 +149,12 @@ const FlexContainer = styled.div` const ListWrapper = styled.div` width: 100%; - margin-right: 6%; - margin-top: 3.7rem; + margin-right: 5%; + margin-top: 3.8rem; `; const RankWrapper = styled.div` flex-grow: 3; - margin-left: 1rem; `; const Content = () => {