fix: image caption not centered (#445)

pull/475/head
Seaton Jiang 2022-01-28 14:58:21 +08:00
parent 804bafd690
commit b5950420e6
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
1 changed files with 4 additions and 0 deletions

View File

@ -1143,6 +1143,10 @@ ol {
margin-left: auto;
}
.k-main .details .article .content .aligncenter figcaption{
text-align: center;
}
.k-main .details .article .content .alignright {
float: right;
margin-left: 16px;