Skip to content

Commit

Permalink
chore(docs): modify demo style
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed May 15, 2021
1 parent 65abcba commit dbc9f85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demo/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ $editor-width: 800px;
margin-top: 60px;
}

@media screen and (max-width: 768px) {
.sidenav {
display: none;
}
.content {
margin-left: 0px;
}
}

.demo-rich-editor-wrapper {
max-width: 42em;
margin: 20px auto;
Expand Down

0 comments on commit dbc9f85

Please sign in to comment.