diff --git a/webapp/static/css/login.css b/webapp/static/css/login.css new file mode 100644 index 0000000..5c16cf1 --- /dev/null +++ b/webapp/static/css/login.css @@ -0,0 +1,13 @@ +#content-body { + width: 50vw; + max-width: 800px; + margin: 40px auto; +} + +#login-button { + float: right; +} + +#site-title { + margin-bottom: 20px; +} diff --git a/webapp/templates/login.html b/webapp/templates/login.html index 22d9c44..d38757a 100644 --- a/webapp/templates/login.html +++ b/webapp/templates/login.html @@ -3,17 +3,44 @@