Changeset - c71011d6b36b
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-15 02:20:07
i@joshuasimmons.name
*backs away slowly* correct overzealous css selector
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -274,28 +274,28 @@ $homepage-block-min-height: 480px;
 
}
 

	
 
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;
 
  }
 
}
 

	
 
body.news {
 
  h2, .h2 {
 
    font-size: 28px;
 
  }
 
}
 

	
 
body:not(.home) {
 
  a:not(.btn) {
 
  #background-filter a:not(.btn) {
 
    text-decoration: underline;
 
  }
 
}
0 comments (0 inline, 0 general)