Updated login and layout pages.
This commit is contained in:
7
components/pages/login/LoginLayout.module.css
Normal file
7
components/pages/login/LoginLayout.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user