Changeset - 4eba653ecffb
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-15 22:43:37
chrisjrn@gmail.com
Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -149,13 +149,13 @@ $homepage-block-min-height: 480px;
 

	
 
.homepage-block.dark {
 
  background: $gray-base;
 
  color: white;
 
  text-shadow: 1px 1px $gray-dark;
 

	
 
  a:not(.btn) { 
 
  a:not(.btn) {
 
    color: lighten($brand-primary, 20%);
 

	
 
    &:hover,
 
    &:focus,
 
    &:active {
 
      color: lighten($brand-primary, 15%);
...
 
@@ -176,13 +176,13 @@ $homepage-block-min-height: 480px;
 
  }
 
}
 

	
 
.tight-headings {
 

	
 
  h1, h2, h3, h4, h5, h6 {
 
    margin: 0;
 
    margin: 0.05em;
 
  }
 

	
 
}
 

	
 
.btn-shadow {
 
  box-shadow: 1px 1px 5px $gray-dark;
0 comments (0 inline, 0 general)