Skip to content

Commit

Permalink
Style: 게시글 폰트 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 18, 2023
1 parent 5af3b7b commit e4a55c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/community/[character_id]/[post_id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Post = () => {
: <Loading />}
</div>
<DivideLine />
<div>덧글은 추후에 제공될 예정입니다 :)</div>
<div css={css`font-size:0.8rem;`}>덧글은 추후에 제공될 예정입니다 :)</div>
</section>
<BottomNavBar pageName="Community" />
</>
Expand Down Expand Up @@ -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;
`;
Expand Down

0 comments on commit e4a55c2

Please sign in to comment.