center vertically

pull/8363/head
Bruno Windels 2019-02-01 20:08:18 +01:00
parent f22c02ecc6
commit acfe095710
1 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,13 @@ h1::after {
content: "!";
}
.mx_HomePage_body {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.mx_Parent {
display: -webkit-box;
display: -webkit-flex;
@ -27,7 +34,7 @@ h1::after {
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-top: 100px;
margin-bottom: 50px;
}
.mx_Well {