Skip to content

Commit

Permalink
fix: AccountSetting UI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Jul 21, 2024
1 parent d2f753d commit 35bcee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Profile/Accountsetting/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const AccountSetting = () => {
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center',
'@media (max-width: 767px)': {
width: '100%',
padding: '16px 20px',
}
}}
>
<Typography sx={{ fontSize: '22px', color: '#536166' }}>
Expand Down

0 comments on commit 35bcee5

Please sign in to comment.