From efdd918a9f3c0208582c66267b70f0f006466592 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 1 Jan 2024 22:33:49 +0000 Subject: [PATCH] Adjusted styling on signup form --- static/css/loginform.css | 4 ++-- templates/signup.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/loginform.css b/static/css/loginform.css index 44368a9..466a177 100644 --- a/static/css/loginform.css +++ b/static/css/loginform.css @@ -8,12 +8,12 @@ h2 { width: 35%; margin: 30px auto; text-align: center; - padding:20px 0 0 0; + padding: 1em 0 0 0; border-radius: 4px; box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2); } .login-form { - padding:1em 2em; + padding: 1em 2em; display: flex; flex-direction: column; justify-items: center; diff --git a/templates/signup.html b/templates/signup.html index 7bcb531..fe88489 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -8,7 +8,7 @@ - +

Already have an account? Login