Base project structure
This commit is contained in:
14
src/pages/acccount/account.css
Normal file
14
src/pages/acccount/account.css
Normal file
@ -0,0 +1,14 @@
|
||||
.account {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.account-content {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user