From d87d5adf969619ca2bf1412d391d88a08d45a723 2019-09-30 15:55:16 From: Brett Smith Date: 2019-09-30 15:55:16 Subject: [PATCH] css: Quick hack to improve background on short pages. --- 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;