code refactoring, dependencies update

This commit is contained in:
2023-09-25 09:09:12 +02:00
parent 557cf7fbd8
commit 9bb5d7bb0d
4 changed files with 15 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ import { serverURL } from '../atoms/settings'
const LoginContainer = styled(Container)({
display: 'flex',
minWidth: '100%',
minHeight: '100vh',
minHeight: '85vh',
alignItems: 'center',
justifyContent: 'center',
})