diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 90693758f94dc2a3e9d160b03c846cec2e403533..6451d8afe59633c2eb462ef51ca14b35f77bb8c2 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -1,3 +1,8 @@ +html { + // Quick hack to make a footer not-on-the-bottom look better. + background: $background-filter; +} + body { padding-top: 50px; position: relative;