fix: picture size problem (#309)

pull/321/head^2
Seaton Jiang 2020-12-15 10:23:04 +08:00
parent bb5df536f1
commit 9a1ea54c7d
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
1 changed files with 4 additions and 0 deletions

View File

@ -1163,6 +1163,10 @@ button:focus {
margin-bottom: 0; margin-bottom: 0;
} }
.k-main .details .article .content .wp-caption {
width: 100% !important;
}
.k-main .details .article .copyright { .k-main .details .article .copyright {
padding: 0 16px 16px; padding: 0 16px 16px;
} }