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

@ -69,19 +69,3 @@
white-space: pre-wrap;
}
}
@media only screen and (max-width: 875px) {
.memo-content-text {
> p {
font-size: 15px;
line-height: 26px;
min-height: 26px;
white-space: pre-wrap;
}
.tag-span {
line-height: 26px;
font-size: 14px;
}
}
}