Changeset - d87d5adf9696
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:55:16
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)