Fix media queries on webkit

This commit is contained in:
Sasha Koshka 2022-10-09 15:15:47 -04:00
parent 9827e28c6a
commit 3e38177f14

View File

@ -100,7 +100,7 @@ header .buttonList {
padding: 1rem;
}
@media screen and not (min-width: 60rem) {
@media not screen and (min-width: 60rem) {
aside {
margin-bottom: 1rem;
}
@ -157,7 +157,7 @@ header .buttonList {
}
}
@media screen and not (min-width: 80rem) {
@media not screen and (min-width: 80rem) {
.collapse {
display: none;
}