Skip to content

Commit

Permalink
login and register 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
aju-alen committed Sep 19, 2024
1 parent 97bed06 commit 0b0bcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default function Login() {
<Box
sx={{
marginTop: 8,
height: '100vh',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
Expand Down
1 change: 1 addition & 0 deletions client/src/pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function Register() {
<CssBaseline />
<Box
sx={{
height: '100vh',
marginTop: 8,
display: 'flex',
flexDirection: 'column',
Expand Down

0 comments on commit 0b0bcb7

Please sign in to comment.