feat: 新版ui

This commit is contained in:
2026-07-08 18:11:58 +08:00
parent 4fe81f1e48
commit bbacb11bce
7 changed files with 149 additions and 86 deletions

View File

@@ -16,3 +16,8 @@ h1{
border-bottom: none ;
}
@media (max-width: 768px) {
.markdown-body pre code{
font-size: inherit;
}
}

View File

@@ -24,4 +24,10 @@ main {
width: 100%;
margin: 0 auto;
padding: 32px;
}
}
@media (max-width: 768px) {
main{
padding: 16px;
}
}