From bd907f8dc581df4969ea9d0120e350bb6db9d353 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 11 May 2021 11:49:46 +0100 Subject: [PATCH] Set padding correctly --- borgweb/templates/registration/login.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 875957f..d12e139 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -16,8 +16,8 @@ } .vertical-center { - min-height: 70%; - min-height: 70vh; + min-height: 60%; + min-height: 60vh; display: flex; align-items: center; @@ -30,10 +30,11 @@ {% block body %}
-
+
+

Log in

+ {% csrf_token %} -

Log in

Log In +
{% endblock %}