Form components. New login page.
This commit is contained in:
12
components/Layout.module.css
Normal file
12
components/Layout.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.middle {
|
||||
justify-content: center;
|
||||
}
|
||||
Reference in New Issue
Block a user