Drop h1 font-size on iPhone-like device

This commit is contained in:
0x1eef 2024-06-10 15:59:27 -03:00
parent 71810aaf57
commit 8e734103da

View file

@ -64,6 +64,9 @@ body .root .content.theme.rtl {
header {
h1 {
font-size: xx-large;
@media (max-width: $breakpoint-sm) {
font-size: x-large;
}
}
}