Skip to content

Commit

Permalink
fix: 修复页面宽度小于820px时出现滚动条,并未自适应的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Apr 30, 2022
1 parent 9b38f69 commit cd885ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/global/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ blockquote {
}
}

@media (max-width: 768px) {
@media (max-width: 820px) {
#body-wrap {
width: 100%;
}
Expand Down

0 comments on commit cd885ca

Please sign in to comment.