mirror of https://github.com/fantasticit/think.git
client: make box center
This commit is contained in:
parent
3c1bc0b08f
commit
0ba11156a1
|
@ -8,8 +8,12 @@
|
|||
.content {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
padding: 10vh 24px;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
|
|
|
@ -8,8 +8,12 @@
|
|||
.content {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
padding: 10vh 24px;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue