feat: better title font size on mobile
This commit is contained in:
parent
e2f33c6298
commit
d5af3e160e
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ html {
|
||||||
transition: 0.2s all;
|
transition: 0.2s all;
|
||||||
|
|
||||||
@include media-query($on-palm) {
|
@include media-query($on-palm) {
|
||||||
@include relative-font-size(2.425);
|
@include relative-font-size(1.925);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue