Skip to content

Commit

Permalink
Design: mypage 레이아웃 수정 (label)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryusoo-h committed Sep 12, 2023
1 parent 9a337ea commit 6d8133c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/MypageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ MypageLayout.Label = function Label({ children }: { children: React.ReactNode })
const LabelWrap = styled.h4`
font-size: 1.75rem;
font-style: normal;
font-family: ${({ theme }) => theme.fonts.NOTOSANSKR};
font-weight: 500;
line-height: 2.25rem;
margin-bottom: 40px;
Expand Down

0 comments on commit 6d8133c

Please sign in to comment.