File diff 0c14e46ff969 → db2ecb524df1
static/scss/custom.scss
Show inline comments
...
 
@@ -228,3 +228,18 @@ $homepage-block-min-height: 480px;
 
.full-width {
 
  width: 100%;
 
}
 

	
 
body.about {
 
  h2, h3, h4 {
 
    clear: both;
 
  }
 

	
 
  .team-headshot {
 
    height: 150px;
 
    width: 150px;
 
    float: left;
 
    margin-right: 1em;
 
    margin-top: 0.25em;
 
    margin-bottom: 1em;
 
  }
 
}