style: support wp-caption centering

This commit is contained in:
Kazhnuz 2018-12-06 19:47:52 +01:00
parent 4682c8836f
commit 9ee04f810b
1 changed files with 4 additions and 0 deletions

View File

@ -192,4 +192,8 @@
font-size: 0.9em;
font-style: italic;
}
&.aligncenter {
margin: auto;
}
}