feat: 新版ui
This commit is contained in:
@@ -16,3 +16,8 @@ h1{
|
||||
border-bottom: none ;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.markdown-body pre code{
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,10 @@ main {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
main{
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user