From 46c72167a6d2d0715c1098900fde8c0a7bbf8ac5 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 18:34:42 +0200 Subject: [PATCH] Remove margin --- custom_portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index 7b359e8..dda217e 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -123,7 +123,7 @@ body { .login-form { float: right; - margin: -273px 52px 0 0; + margin: 0 52px 0 0; display: grid; max-width: 400px; }