feat: 最小适配屏幕宽度设为 370px。

This commit is contained in:
Ivan Li 2021-07-16 21:34:57 +08:00
parent 6f959b1d30
commit a1282c43b4

View File

@ -1,5 +1,6 @@
.page {
@apply flex;
min-width: 370px;
}
.sidebar {
@apply w-full md:w-64 sm:w-32 flex-none;