Skip to content

Commit

Permalink
Merge pull request zerostaticthemes#40 from mirkoperillo/patch-1
Browse files Browse the repository at this point in the history
Fix typo in mobile font size
  • Loading branch information
JugglerX authored Sep 10, 2021
2 parents 946f09f + 30e97ae commit 1c8aee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/components/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ p {
margin-bottom: 20px;
}
h1 {
font-size: 20px;
font-size: 24px;
font-family: $font-family-heading;
line-height: 1.2;
margin-bottom: 20px;
Expand All @@ -18,7 +18,7 @@ h1 {
}
}
h2 {
font-size: 24px;
font-size: 20px;
font-family: $font-family-heading;
line-height: 1.4;
margin-bottom: 10px;
Expand Down

0 comments on commit 1c8aee0

Please sign in to comment.