diff --git a/src/static/css/App.css b/src/static/css/App.css index 37cc795..f6b651f 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -193,6 +193,16 @@ tr { position: unset !important; } +.growBottom { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +.growBottom :last-child { + flex-grow: 1; +} + .header h1 { display: inline-block; transition: .4s; diff --git a/src/templates/about.html b/src/templates/about.html index b2a0f2d..8c5e847 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -1,6 +1,6 @@ {% block content %}
-