diff --git a/app/static/css/styles.css b/app/static/css/styles.css index 5d77220..7d2e7f9 100644 --- a/app/static/css/styles.css +++ b/app/static/css/styles.css @@ -1,12 +1,14 @@ +html, body { + height: 100%; +} + body { display: block; - height: 100vh; } .app { display: flex; flex-direction: column; - height: 100%; } .content { diff --git a/app/templates/layout/layout.html b/app/templates/layout/layout.html index 29abf34..c6b5da9 100644 --- a/app/templates/layout/layout.html +++ b/app/templates/layout/layout.html @@ -13,7 +13,7 @@ {% endblock %} -
+
@@ -46,11 +46,13 @@
{% block content %}{% endblock %}
- +
-
+ +