css: treat devices with width < 880px as mobile
This commit is contained in:
parent
b23f78df7a
commit
202809baea
@ -5,6 +5,6 @@
|
|||||||
@import "./app/pages";
|
@import "./app/pages";
|
||||||
@import "./hljs/github.scss";
|
@import "./hljs/github.scss";
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 880px) {
|
||||||
@import "./app/mobile";
|
@import "./app/mobile";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user