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