Fix wonky line-heights on titles (#6629) [deploy]

This commit is contained in:
Ben Halpern 2020-03-13 14:02:26 -04:00 committed by GitHub
parent a4ce1625e3
commit 696257bdd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -149,7 +149,7 @@ article {
min-height: 40px;
font-size: calc(2vw + 26px);
word-break: break-word;
line-height: 1.28em;
@media screen and (min-width: 1600px) {
font-size: 57px;
}
@ -159,14 +159,14 @@ article {
}
&.medium {
font-size: calc(1.85vw + 25px);
font-size: calc(1.82vw + 25px);
@media screen and (min-width: 1600px) {
font-size: 47px;
}
}
&.long {
font-size: calc(1.52vw + 23px);
font-size: calc(1.48vw + 23px);
@media screen and (min-width: 1600px) {
font-size: 46px;
@ -174,7 +174,7 @@ article {
}
&.longer {
font-size: calc(1.48vw + 22px);
font-size: calc(1.44vw + 22px);
@media screen and (min-width: 1600px) {
font-size: 45px;

View file

@ -691,7 +691,7 @@
padding: 16px;
margin: 0;
word-break: break-word;
line-height: 1.28em;
@media screen and (min-width: 450px) {
font-size: 40px;
}