Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Enlarge chapter title on mobile phone
  • Loading branch information
kthoden committed Sep 3, 2020
1 parent a7d5b82 commit f53c310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base/typography.scss
Expand Up @@ -38,7 +38,7 @@ h2 {
line-height: 1.3333;

@include media--max ($width--phone) {
font-size: 14px;
font-size: 22px;
line-height: $line-height--default + 0.25;
}
}
Expand Down

0 comments on commit f53c310

Please sign in to comment.