diff --git a/custom_portal.css b/custom_portal.css index dda217e..acb424b 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -69,7 +69,7 @@ body { .messages, .login { width: 800px; - padding: 4px 20px; + padding: 0 20px; } .ynh-wrapper @@ -90,7 +90,6 @@ body { border-radius: 0 0 15px 15px; margin-top: 256px; max-width: none; - /* height: 312px; */ color : #c2a593; /* Typo Rules */ @@ -122,10 +121,9 @@ body { } .login-form { - float: right; - margin: 0 52px 0 0; - display: grid; - max-width: 400px; + width: 50%; + margin: 0 5% 0 45%; + height: 100%; } .form-group