fix: abnormal main section width when sidebar is put to left

This commit is contained in:
ppoffice 2016-10-14 15:14:36 +08:00
parent 6372aed702
commit c67932d390
1 changed files with 4 additions and 0 deletions

View File

@ -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"