diff --git a/app/static/css/styles.css b/app/static/css/styles.css new file mode 100644 index 0000000..bdcbf56 --- /dev/null +++ b/app/static/css/styles.css @@ -0,0 +1,14 @@ +body { + display: block; + height: 100vh; +} + +.app { + display: flex; + flex-direction: column; + height: 100%; +} + +.content { + flex-grow: 1; +} \ No newline at end of file diff --git a/app/templates/layout/layout.html b/app/templates/layout/layout.html index 0ff6581..c84d9d5 100644 --- a/app/templates/layout/layout.html +++ b/app/templates/layout/layout.html @@ -9,39 +9,42 @@ + {% endblock %}
-