client: make box center

This commit is contained in:
fantasticit 2022-05-31 22:36:33 +08:00
parent 3c1bc0b08f
commit 0ba11156a1
2 changed files with 8 additions and 0 deletions

View File

@ -8,8 +8,12 @@
.content { .content {
position: relative; position: relative;
z-index: 10; z-index: 10;
display: flex;
padding: 10vh 24px; padding: 10vh 24px;
flex: 1; flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
.form { .form {
width: 100%; width: 100%;

View File

@ -8,8 +8,12 @@
.content { .content {
position: relative; position: relative;
z-index: 10; z-index: 10;
display: flex;
padding: 10vh 24px; padding: 10vh 24px;
flex: 1; flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
.form { .form {
width: 100%; width: 100%;