feat: mobile layout v0

This commit is contained in:
tim
2025-07-17 13:21:50 +08:00
parent 8761d828f9
commit 89de4c7f0e
4 changed files with 57 additions and 22 deletions

View File

@@ -527,4 +527,12 @@ export default {
font-size: 14px;
opacity: 0.7;
}
@media (max-width: var(--page-max-width)) {
}
@media (max-width: var(--page-max-width-mobile)) {
}
</style>