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 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -179,7 +179,7 @@ $homepage-block-min-height: 480px;
 
.tight-headings {
 

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

	
 
}
0 comments (0 inline, 0 general)