style(scss): fix style-lint media-feature-range-notation issue (#1072)
See also: https://stylelint.io/user-guide/rules/media-feature-range-notation/
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
}
|
||||
} /* #archives */
|
||||
|
||||
@media all and (max-width: 576px) {
|
||||
@media all and (width <= 576px) {
|
||||
#archives {
|
||||
margin-top: -1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user