From c67932d390b01cab2914afaeea8b62e99773baac Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 14 Oct 2016 15:14:36 +0800 Subject: [PATCH] fix: abnormal main section width when sidebar is put to left --- source/css/style.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/style.styl b/source/css/style.styl index ac0d691..2c5810d 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -73,6 +73,10 @@ code column(main-column-tablet) else width: 100% + @media mq-mobile + width: 100% + @media mq-mini + width: 100% @import "_extend" @import "_partial/header"