增添网站首页内容 #6

Manually merged
remilia merged 3 commits from dev into master 2025-09-09 16:48:51 +08:00
Showing only changes of commit b3a45db9bf - Show all commits

View File

@ -16,6 +16,7 @@
.app-container {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
}
@ -27,7 +28,7 @@
.main-content {
flex: 1;
padding: 0;
flex-direction: column;
overflow-y: auto;
}
.page-footer {