forked from matrix/element-web
center vertically
This commit is contained in:
parent
f22c02ecc6
commit
acfe095710
|
@ -8,6 +8,13 @@ h1::after {
|
||||||
content: "!";
|
content: "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_HomePage_body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Parent {
|
.mx_Parent {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
|
@ -27,7 +34,7 @@ h1::after {
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 100px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Well {
|
.mx_Well {
|
||||||
|
|
Loading…
Reference in New Issue