feat: remove mobile styles

This commit is contained in:
email
2022-03-11 05:07:04 +08:00
parent b597d40470
commit 8f7445c299
35 changed files with 9 additions and 490 deletions

View File

@ -53,10 +53,3 @@
}
}
}
@media only screen and (max-width: 875px) {
.memo-editor-wrapper {
width: calc(100% - 24px);
margin: auto;
}
}