css: Quick hack to improve background on short pages.

This commit is contained in:
Brett Smith 2018-10-10 13:36:33 -04:00
parent c561d0a999
commit d87d5adf96

View file

@ -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;