diff --git a/src/pages/community/[character_id]/[post_id]/index.tsx b/src/pages/community/[character_id]/[post_id]/index.tsx index f72b267..e3b76be 100644 --- a/src/pages/community/[character_id]/[post_id]/index.tsx +++ b/src/pages/community/[character_id]/[post_id]/index.tsx @@ -54,7 +54,7 @@ const Post = () => { : } -
덧글은 추후에 제공될 예정입니다 :)
+
덧글은 추후에 제공될 예정입니다 :)
@@ -95,8 +95,7 @@ const postInfoCSS = css` `; const writerNameCSS = css` - font-size: 0.75rem; - font-weight:bold; + font-size: 0.9rem; color:${color.black}; padding-bottom: 0.2rem; `;