style: 优化移动端ui

This commit is contained in:
2026-08-15 21:48:37 +08:00
parent 80d461f0e2
commit 390437b4bb
3 changed files with 9 additions and 3 deletions

View File

@@ -45,4 +45,10 @@ const pageTitle = title ? `${title} - ${siteTitle}` : siteTitle;
height: 100%;
min-height: 100%;
}
@media (max-width: 640px) {
.container {
padding: 16px;
}
}
</style>