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;
 
  font-weight: 300;  // Not overridable in bootstrap at the moment.
 
  /*background: url("../images/website-background.svg");
 
  background-size: cover;
 
  background-repeat: no-repeat;*/
 
}
 

	
 
.chunkfive {
 
    font-family: ChunkFivePrint, Impact, sans-serif;
 
}
0 comments (0 inline, 0 general)