diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index a19bff1..8777d2f 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -129,6 +129,9 @@ footer { #main { margin-top: $spacer * 5; + + // screen height - top padding - navbar height - footer margin + min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3}); } .list-page-item {