Skip to content

Commit

Permalink
Fixed getgrav#127
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamenco authored Jan 19, 2018
1 parent 8e8126f commit 7ec3c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/template/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ h3 {
letter-spacing: -1px;
}

h1 + h2 {
h1 ~ h2 {
margin: -2rem 0 2rem 0;
font-size: 2rem;
@include breakpoint(tablet-range) {
Expand All @@ -76,7 +76,7 @@ h1 + h2 {
font-weight: 300;
}

h2 + h3 {
h2 ~ h3 {
margin: 0.5rem 0 2rem 0;
font-size: 2rem;
@include breakpoint(tablet-range) {
Expand Down

0 comments on commit 7ec3c90

Please sign in to comment.