From 8469620dea2573d0927b404ee44a6a22620dc126 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 02:28:54 +0100 Subject: [PATCH] Decrease width of login form --- borgweb/templates/registration/login.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 6454ae0..fdc9779 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -13,25 +13,19 @@ body { display: flex; align-items: center; - padding-top: 40px; - padding-bottom: 40px; background-color: aliceblue; - text-align: center; } .form-signin { - width: 100%; - max-width: 330px; - padding: 15px; - margin: auto; } {% block content %} -
-
+
+
+ {% csrf_token %}

Log in

@@ -52,6 +46,7 @@ +
{% endblock %}