Skip to content

Commit

Permalink
exact fontsize as previous
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-lee1 committed Sep 14, 2024
1 parent 87dddd1 commit 2c89874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/NewUser.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const NewUser = (props) => {
sx={{
fontWeight: 900,
textTransform: 'uppercase',
fontSize: '3rem',
fontSize: '39.2px',
letterSpacing: '-1px',
lineHeight: '1',
}}
Expand All @@ -53,7 +53,7 @@ const NewUser = (props) => {
sx={{
fontWeight: 700,
textTransform: 'uppercase',
fontSize: '1.5rem',
fontSize: '28px',
letterSpacing: '-1px',
lineHeight: '1',
}}
Expand Down

0 comments on commit 2c89874

Please sign in to comment.