Reverted new media query syntax

This commit is contained in:
Sodbileg Gansukh
2023-05-01 16:45:53 +08:00
parent 89e47e96d1
commit 4070d6945e
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -482,7 +482,7 @@
margin-left: 0.8rem;
}
@media (width <= 767px) {
@media (max-width: 767px) {
.gh-latest {
margin-bottom: 8rem;
}
@@ -527,7 +527,7 @@
}
}
@media (width >= 768px) and (width <= 991px) {
@media (min-width: 768px) and (max-width: 991px) {
.gh-sidebar {
padding-left: 1.6rem;
}
@@ -548,7 +548,7 @@
}
}
@media (width <= 991px) {
@media (max-width: 991px) {
.gh-latest {
margin-top: 0;
}