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 %}