From 6aa54491da16ab2050d810771a56dad7a6491e72 Mon Sep 17 00:00:00 2001 From: jeffery Date: Sat, 16 Jan 2016 22:59:02 +0800 Subject: [PATCH] bugfix: mobile screen adapt --- source/css/_common/outline/outline.styl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/css/_common/outline/outline.styl b/source/css/_common/outline/outline.styl index 7337e1823..9c528bcb3 100644 --- a/source/css/_common/outline/outline.styl +++ b/source/css/_common/outline/outline.styl @@ -56,3 +56,11 @@ html, body { height: 100%; } .container & { width: $content-desktop-large; } } } + +@media (max-width: 767px) { + .main-inner, + .header-inner, + .footer-inner { + width: auto; + } +} \ No newline at end of file