Merge pull request #4207 from Jerryby/wordpress

wordpress post img align
This commit is contained in:
bivis
2020-09-02 11:12:03 +03:00
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@@ -619,6 +619,10 @@ blockquote {
.text-page.blog {
margin: 0 auto;
max-width: 800px; }
.text-page.blog img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
/* Icons. */
@font-face {
@@ -629,7 +633,8 @@ blockquote {
font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
[class*=" icon-"],
.mx-icon-calendar {
font-family: lawcarta;
speak: none;
font-style: normal;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long