Skip to content

Commit

Permalink
style: 튜토리얼 폰트 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
n-ryu committed Dec 18, 2022
1 parent 4661d93 commit d21c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const TutorialRadialOverlay = styled.div`
position: absolute;
left: 10vh;
bottom: 10vh;
font-size: 80px;
font-size: 52px;
opacity: 0.7;
font-family: 'Roboto';
color: ${PRIMARY_COLORS.green};
Expand Down

0 comments on commit d21c92b

Please sign in to comment.