Drop h1 font-size on iPhone-like device
This commit is contained in:
parent
71810aaf57
commit
8e734103da
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ body .root .content.theme.rtl {
|
|||
header {
|
||||
h1 {
|
||||
font-size: xx-large;
|
||||
@media (max-width: $breakpoint-sm) {
|
||||
font-size: x-large;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue