diff --git a/backend/static/style/base.css b/backend/static/style/base.css index 120e3b4..42f1e0c 100644 --- a/backend/static/style/base.css +++ b/backend/static/style/base.css @@ -39,7 +39,7 @@ } body { - min-height: 100vh; + height: 100vh; display: flex; flex-direction: column; align-items: stretch; diff --git a/backend/templates/index.html.tera b/backend/templates/index.html.tera index 31e0658..4a8dca9 100644 --- a/backend/templates/index.html.tera +++ b/backend/templates/index.html.tera @@ -67,5 +67,11 @@ + {% endblock %}