Skip to content

Commit

Permalink
fix: change width (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos authored Nov 12, 2018
1 parent 5e78094 commit dcd11cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion lib/themes/egg/source/css/page/page.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

.doc {
min-height: 600px;
padding: 32px 80px;
padding: 32px;
transition: width 0.3s linear, padding 0.3s linear;
background: #fff;

Expand Down
9 changes: 0 additions & 9 deletions lib/themes/egg/source/css/partial/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
display: none;
}

@media screen and (min-width: 1136px) and (max-width: 1600px) {
.content {
padding: 0 0 0 200px;
}
.toc {
display: none;
}
}

@media screen and (max-width: 1136px) {
.nav {
ul.nav-item {
Expand Down

0 comments on commit dcd11cf

Please sign in to comment.