Update media queries

This commit is contained in:
0x1eef 2024-08-23 05:44:45 -03:00
parent 2a06ca8b82
commit fc6915e6f0

View file

@ -41,19 +41,14 @@ body .root .content.theme {
header {
a[data-testid="h1"] {
font-size: x-large;
}
@media screen and (max-width: $breakpoint-kaiOS-portrait) and (orientation: portrait) {
a[data-testid="h1"] {
@media screen and
(max-width: $breakpoint-kaiOS-portrait) and
(orientation: portrait) {
font-size: larger;
}
}
}
h1 {
font-size: x-large;
}
header {
nav, div {
font-size: large;