Skip to content

Commit

Permalink
height fix for account page
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Gu-81 committed Jan 15, 2025
1 parent 2bf53ac commit 7523730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Account/Account.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Account({ userName, userEmail, profilePic }) {
return (
<div>
<AppBar />
<Container maxWidth="sm" style={{ textAlign: 'center', paddingTop: '20px' }}>
<Container maxWidth="sm" style={{ textAlign: 'center', paddingTop: '20px', height: '100vh' }}>
{/* Profile Icon */}
<Box
style={{
Expand Down

0 comments on commit 7523730

Please sign in to comment.