diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 4f2437943500ba577e01380aad3a6195d6b1f081..2f2f1ad35e9ad58cb4f261c49609b25b05e806c4 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;