媒体查询手机端宽度

This commit is contained in:
thofx
2023-07-22 20:30:54 +08:00
parent 7d9d74c0d6
commit 1d57db6ab3

View File

@@ -57,7 +57,7 @@ body,
}
}
@media screen and (max-width: 990px){
@media screen and (max-width: 1280px){
.page-content-container > div:first-child {
width: calc(100vw - 1rem) !important;
}