Changeset - 2f6819e340fd
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-15 01:41:40
i@joshuasimmons.name
make links in body copy look like links
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -227,25 +227,31 @@ $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;
 
  }
 
}
 

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

	
 
body:not(.home) {
 
  a:not(.btn) {
 
    text-decoration: underline;
 
  }
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)