Skip to content

Commit

Permalink
feat: 🍎 modify editor width
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaotiandada committed Dec 21, 2021
1 parent 5e30cee commit a1b2ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/content/drafts/Edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

.edit {
box-sizing: border-box;
max-width: 1020px;
max-width: 2080px;
margin: 0 auto;
padding: 100px 10px 0 10px;
padding: 100px 40px 0 40px;
@media screen and (max-width: 1420px) {
// padding-top: 35px;
}
Expand Down

0 comments on commit a1b2ab6

Please sign in to comment.