Update media queries
This commit is contained in:
parent
2a06ca8b82
commit
fc6915e6f0
1 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue