From ceaa090c687ff7438577522900b1a85816d7725f 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:06:51 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MainPage/App.tsx b/src/MainPage/App.tsx index 16435bc2..8a43f4f6 100644 --- a/src/MainPage/App.tsx +++ b/src/MainPage/App.tsx @@ -148,9 +148,9 @@ const FlexContainer = styled.div` const ListWrapper = styled.div` width: 100%; - + flex-grow: 7; margin-right: 6%; - margin-top: 3.7rem; + margin-top: 3.8rem; `; const RankWrapper = styled.div`