css: Quick hack to improve background on short pages.
This commit is contained in:
parent
c561d0a999
commit
d87d5adf96
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue