Changeset - 70b4375d7859
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-10 17:36:33
brettcsmith@brettcsmith.org
css: Quick hack to improve background on short pages.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
 
html {
 
  // Quick hack to make a footer not-on-the-bottom look better.
 
  background: $background-filter;
 
}
 

	
 
body {
 
  padding-top: 50px;
 
  position: relative;
0 comments (0 inline, 0 general)