Fix image

* update post
This commit is contained in:
Defectink
2022-04-13 14:41:10 +08:00
parent c9b0cbb96f
commit 1011f065b5
6 changed files with 118 additions and 22 deletions

View File

@ -323,3 +323,12 @@ h6:hover::before {
#article dd {
margin-left: 0;
}
#article .sp-layout > .sp-stack {
height: 400px;
}
@media screen and (max-width: 768px) {
#article .sp-layout > .sp-stack {
height: auto;
}
}