design: ArticleDetail 본문 폰트 수정

This commit is contained in:
jhynsoo 2024-07-23 12:13:36 +09:00
parent f842906454
commit 829ed0a07e
2 changed files with 5 additions and 3 deletions

View File

@ -36,11 +36,14 @@
.author {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
font-weight: 400;
color: var(--text-color-secondary);
}
.content {
margin: 0 auto 20px;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
margin: 0;
}

View File

@ -9,7 +9,6 @@ export default function NoticeDetailPage() {
'동해 물과 백두산이 마르고 닳도록 하느님이 보우하사 우리 나라 만세. 무궁화 삼천리 화려강산 대한 사람 대한으로 길이 보전하세. 줄이 길어지면 다음 줄로 자동 줄바꿈 된다',
},
};
console.log(data);
return (
<ArticleDetail