Skip to content

Commit

Permalink
💄 : #416 - 공지사항 페이지 content line-height 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinwooP committed Jan 23, 2024
1 parent 000583c commit 48c4e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/app/(headerless)/notice/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
}

&__notice-date{
margin-top: 0.5rem;
margin-top: 0.25rem;
}

&__notice-content{
margin-top: 1.5rem;
margin-top: 1rem;
line-height: 1.5rem;
}
}
2 changes: 1 addition & 1 deletion src/app/(headerless)/notice/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function NoticePage() {

<p className="notice-page__notice-content">
개인정보 처리방침 변경이 변경되어 전화번호를 무조건 수집해야합니다.
개인정보 처리방침 변경이 변경되어 전화번 호 를 무조건 수집해야합니다.
개인정보 처리방침 변경이 변경되어 전화번호를 무조건 수집해야합니다.
</p>
</div>
);
Expand Down

0 comments on commit 48c4e69

Please sign in to comment.