Skip to content

Commit

Permalink
feat : tab description 어절 단위 줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Oct 21, 2023
1 parent 74553a9 commit 3f1bfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/BlogPage/components/blogTab/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const TabTitle = styled.article<MenuTitleProps>`
export const TabDescription = styled.h1`
margin-top: 24px;
margin-bottom: 48px;
word-break: keep-all;
font-size: 20px;
font-weight: 600;
Expand Down

0 comments on commit 3f1bfb4

Please sign in to comment.