refactor: revert media query range notation (#1072)
Media queries range syntax not supported by Safari for iOS under 16.4
See also:
- https://caniuse.com/?search=media-queries
This reverts commit 1682ce9d7c.
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
}
|
||||
} /* #archives */
|
||||
|
||||
@media all and (width <= 576px) {
|
||||
@media all and (max-width: 576px) {
|
||||
#archives {
|
||||
margin-top: -1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user