From 4f2d9386b93f93e6fd5fb8ed0a845289df8cd634 Mon Sep 17 00:00:00 2001 From: krokerdile Date: Sat, 11 Nov 2023 16:35:38 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20LegalTerminology=20width=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LegalTerminology.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/LegalTerminology.jsx b/src/components/LegalTerminology.jsx index a3ccc6b..99dbbeb 100644 --- a/src/components/LegalTerminology.jsx +++ b/src/components/LegalTerminology.jsx @@ -109,8 +109,10 @@ const Content = styled.div` display: flex; flex-direction: column; margin-top: 30px; - width: 476px; - height: 230px; + /* width: 476px; + width: 100%; + height: 230px; */ + height: 70%; overflow: hidden; `;