Skip to content

Commit

Permalink
fix: 모바일뷰 렌더링 문제 관련 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
seocylucky committed May 13, 2024
1 parent cf803f4 commit 73e3f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MobileView/MobileView.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const StyledText = styled.div`
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 43px;
line-height: 50px;
letter-spacing: 10px;
word-spacing: 4px;
`;
Expand Down

0 comments on commit 73e3f08

Please sign in to comment.