Fix media queries on webkit
This commit is contained in:
parent
9827e28c6a
commit
3e38177f14
@ -100,7 +100,7 @@ header .buttonList {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and not (min-width: 60rem) {
|
@media not screen and (min-width: 60rem) {
|
||||||
aside {
|
aside {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -157,7 +157,7 @@ header .buttonList {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and not (min-width: 80rem) {
|
@media not screen and (min-width: 80rem) {
|
||||||
.collapse {
|
.collapse {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user