diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index e8a42e8..da7e173 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -87,3 +87,10 @@ footer { } } } + +#main { + margin-top: $spacer * 5; + + // screen height - top padding - navbar height - footer margin + min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3}); +}