From 362422b86b49e2d3a6fdcf914504c190a986c1eb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 27 May 2017 15:05:57 +0300 Subject: [PATCH] Clean up login page styles --- webapp/static/css/login.css | 19 ++++++++++++++++--- webapp/templates/login.html | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/webapp/static/css/login.css b/webapp/static/css/login.css index 5c16cf1..b4959e3 100644 --- a/webapp/static/css/login.css +++ b/webapp/static/css/login.css @@ -1,7 +1,20 @@ +html { + width: 100%; + height: 100%; +} + +body { + max-width: 760px; + margin: auto; +} + +h1 { + padding-bottom: 3rem; + padding-top: 3rem; +} + #content-body { - width: 50vw; - max-width: 800px; - margin: 40px auto; + width: 100%; } #login-button { diff --git a/webapp/templates/login.html b/webapp/templates/login.html index 8688195..4c85bc3 100644 --- a/webapp/templates/login.html +++ b/webapp/templates/login.html @@ -19,7 +19,7 @@
-

SIK Admin

+

SIK Admin

{% csrf_token %}