From 2257a1cb56adca243f0da9e765072fc0f2a6068c Mon Sep 17 00:00:00 2001 From: JeongwooSeo Date: Mon, 23 Dec 2024 00:43:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B8=80=EC=9D=B4=20=ED=99=94=EB=A9=B4?= =?UTF-8?q?=EC=9D=84=20=EB=84=98=EC=96=B4=EA=B0=80=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/entities/post/detail/PostBody.tsx | 2 +- app/globals.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/entities/post/detail/PostBody.tsx b/app/entities/post/detail/PostBody.tsx index dda1532..ade8d53 100644 --- a/app/entities/post/detail/PostBody.tsx +++ b/app/entities/post/detail/PostBody.tsx @@ -11,7 +11,7 @@ interface Props { const PostBody = ({ content, loading }: Props) => { return (
{loading ? (
diff --git a/app/globals.css b/app/globals.css index 27062a8..c3be5c5 100644 --- a/app/globals.css +++ b/app/globals.css @@ -65,6 +65,7 @@ article.post h6 { article.post .post-body { max-width: 768px; + width: 100%; margin: 0 auto; font-size: 1.1em; line-height: 150%;