Setup form display

This commit is contained in:
Aurelien Vaillant
2020-04-05 13:15:57 +02:00
parent b69a583810
commit 38a50f3dac
+2
View File
@@ -117,6 +117,8 @@ body {
width: 50%; width: 50%;
margin: 0 5% 0 45%; margin: 0 5% 0 45%;
height: 100%; height: 100%;
display: grid;
align-items: center;
} }
.login-form .btn { .login-form .btn {
height: 52px; height: 52px;