diff --git a/static/src/less/style.less b/static/src/less/style.less index 3489474..24a4d14 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -73,8 +73,14 @@ img { /* @end Functional */ +.content-wrapper { + min-height: %(~"calc(100% - %d)", @footer-height); +} + /* @group Footer */ +@footer-height: 200px; footer { + height: @footer-height; width: 100%; text-align: center; padding-top: 10px; diff --git a/templates/base.html b/templates/base.html index 7713b67..9422f9a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,9 @@
- {% block baseContent%}{% endblock %} +