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

@@ -227,4 +227,22 @@ export default {
background-color: var(--menu-selected-background-color);
}
@media (max-width: 1200px) {
.header-content {
padding-left: 15px;
padding-right: 15px;
width: calc(100% - 30px);
}
}
@media (max-width: 768px) {
.header-content-item-secondary {
display: none;
}
.logo-text {
display: none;
}
}
</style>