From 38a50f3dac756a04d5129e90e5a385a95205220e Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 13:15:57 +0200 Subject: [PATCH] Setup form display --- custom_portal.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index 0647930..0dc6dfb 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -117,6 +117,8 @@ body { width: 50%; margin: 0 5% 0 45%; height: 100%; + display: grid; + align-items: center; } .login-form .btn { height: 52px;