From 11b64b3e31ba1e8b41701aef86284e5f61ffdb74 Mon Sep 17 00:00:00 2001 From: woojoung Date: Wed, 20 Nov 2024 22:35:31 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EC=BB=A4=ED=94=8C=EB=A6=AC=ED=8F=AC?= =?UTF-8?q?=ED=8A=B8=20=EB=86=92=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/CoupleReport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/CoupleReport.tsx b/src/components/home/CoupleReport.tsx index ff78a38..8f05017 100644 --- a/src/components/home/CoupleReport.tsx +++ b/src/components/home/CoupleReport.tsx @@ -241,7 +241,7 @@ const CoupleReportTitleDes = styled.p` const CoupleReportLineChartContainer = styled.div` width: 100%; - height: 61.5rem; + margin-bottom: 5rem; border: 1px solid ${variables.colors.gray50}; border-radius: ${variables.borderRadius}; margin-top: 4.2rem;