Skip to content

Commit

Permalink
Center vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed Dec 19, 2024
1 parent 3f869c2 commit 1140b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/pages/authentication/AuthDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const Root = styled('div')(({ theme }) => ({
[`& .${classes.mainContainer}`]: {
display: 'flex',
alignItems: 'center',
justifyContent: 'center'
justifyContent: 'center',
minHeight: 'calc(100vh - 88px)'
},

[`& .${classes.mainCard}`]: {
Expand Down

0 comments on commit 1140b45

Please sign in to comment.