Skip to content

Commit

Permalink
style: letter-spacing 추가 및 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaemin committed Oct 24, 2022
1 parent e3b1849 commit 2f21ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/globalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const globalStyle = css`
body {
background: var(--color-background);
color: var(--color-text-primary);
letter-spacing: -0.05rem;
font-size: 1.6rem;
height: 100vh;
display: flex;
Expand Down

0 comments on commit 2f21ad9

Please sign in to comment.