Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
This commit is contained in:
parent
9935411223
commit
4eba653ecf
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ $homepage-block-min-height: 480px;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 1px 1px $gray-dark;
|
text-shadow: 1px 1px $gray-dark;
|
||||||
|
|
||||||
a:not(.btn) {
|
a:not(.btn) {
|
||||||
color: lighten($brand-primary, 20%);
|
color: lighten($brand-primary, 20%);
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -179,7 +179,7 @@ $homepage-block-min-height: 480px;
|
||||||
.tight-headings {
|
.tight-headings {
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 0;
|
margin: 0.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue