From d2819ec0ef6ed1b400d0f574da57929e48198eac Mon Sep 17 00:00:00 2001 From: Minkyu Lee Date: Thu, 15 Aug 2024 02:47:56 +0900 Subject: [PATCH] =?UTF-8?q?style:=20list=20=EA=B8=80=EC=9E=90=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../solve/ProblemDescription/ProblemDescription.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/solve/ProblemDescription/ProblemDescription.tsx b/src/components/solve/ProblemDescription/ProblemDescription.tsx index b71cf97..7f11b7e 100644 --- a/src/components/solve/ProblemDescription/ProblemDescription.tsx +++ b/src/components/solve/ProblemDescription/ProblemDescription.tsx @@ -184,8 +184,8 @@ const MarkdownStyledWrapper = styled.div` ul, ol { list-style: disc outside none !important; - .li { - } + font-size: 1.8rem; + line-height: 160%; } code { background: rgba(135, 131, 120, 0.15);