feat: 竖屏适配 #54

Manually merged
remilia merged 8 commits from feat/media-layout into master 2025-11-01 16:38:38 +08:00
2 changed files with 177 additions and 3 deletions
Showing only changes of commit 06c30a7ea3 - Show all commits

View File

@ -34,4 +34,10 @@
.page-footer { .page-footer {
padding: 0px; padding: 0px;
} }
@media (max-width: 768px) {
.page-footer {
display: none;
}
}
</style> </style>