aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/scss/bundle_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/scss/bundle_common.scss b/htdocs/scss/bundle_common.scss
index 14fd8b0..56d9ead 100644
--- a/htdocs/scss/bundle_common.scss
+++ b/htdocs/scss/bundle_common.scss
@@ -5,6 +5,6 @@
@import "./app/pages";
@import "./hljs/github.scss";
-@media screen and (max-width: 640px) {
+@media screen and (max-width: 880px) {
@import "./app/mobile";
}