From acfe095710d908ae12e82eec0c8dc807b25eef08 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 1 Feb 2019 20:08:18 +0100 Subject: [PATCH] center vertically --- res/home.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/res/home.html b/res/home.html index dfb7bed8b8..f062265680 100644 --- a/res/home.html +++ b/res/home.html @@ -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 {