diff --git a/application/auth/templates/login.html b/application/auth/templates/login.html index c468687..f2110b2 100644 --- a/application/auth/templates/login.html +++ b/application/auth/templates/login.html @@ -9,10 +9,16 @@ Login
{{feedback}}
{% endif %} - {% endblock %} \ No newline at end of file diff --git a/application/static/style.css b/application/static/style.css index b912c98..b2c9daf 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -14,9 +14,28 @@ body { .grid-container > div { text-align: center; - height: 100px; + height: fit-content; padding-top: 5px; + padding-bottom: 5px; border: 2px solid black; border-radius: 10px; background-color: whitesmoke; +} + +form { + display: block; + margin-left: auto; + margin-right: auto; + height: fit-content; + width: fit-content; + border: 2px solid black; + border-radius: 10px; + text-align: center; + margin-top: 10px; + padding: 20px; + font-size: 20px; +} + +.submit { + padding-top: 10px; } \ No newline at end of file diff --git a/application/templates/base_template.html b/application/templates/base_template.html index c84b2e2..ba77c3d 100644 --- a/application/templates/base_template.html +++ b/application/templates/base_template.html @@ -14,7 +14,7 @@ -