feat: better banner subtitle font size on mobile
This commit is contained in:
parent
d5af3e160e
commit
023d075d26
1 changed files with 6 additions and 1 deletions
|
@ -598,13 +598,18 @@ html {
|
|||
transition: 0.2s all;
|
||||
|
||||
@include media-query($on-palm) {
|
||||
@include relative-font-size(1.925);
|
||||
@include relative-font-size(1.975);
|
||||
}
|
||||
}
|
||||
|
||||
> :nth-child(2) {
|
||||
font-weight: normal;
|
||||
margin-bottom: 0;
|
||||
transition: 0.2s all;
|
||||
|
||||
@include media-query($on-palm) {
|
||||
@include relative-font-size(1.175);
|
||||
}
|
||||
}
|
||||
|
||||
> :last-child {
|
||||
|
|
Loading…
Reference in a new issue