Merge pull request #5 from thofx/lint_fix

媒体查询手机端宽度
This commit is contained in:
jxxghp
2023-07-22 21:31:08 +08:00
committed by GitHub

View File

@@ -40,6 +40,7 @@ body,
padding-top: calc(env(safe-area-inset-top) + 70px);
display: flex;
.page-content-container {
flex: 1;
display: flex;
@@ -52,6 +53,12 @@ body,
}
}
@media screen and (max-width: 1280px){
.page-content-container > div:first-child {
width: calc(100vw - 1rem) !important;
}
}
.layout-footer {
.footer-content-container {
block-size: variables.$layout-vertical-nav-footer-height;