diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css
index 773c98e..0229610 100644
a
|
b
|
body { |
28 | 28 | font-weight: 400; |
29 | 29 | font-size: 19px; |
30 | 30 | line-height: 1.6471; |
31 | | max-width: 660px; |
32 | | margin: 83px 0 83px 83px; |
| 31 | margin: 83px 10%; |
33 | 32 | vertical-align: baseline; |
34 | 33 | } |
35 | 34 | |
| 35 | html .mce-content-body { |
| 36 | max-width: 660px; |
| 37 | } |
36 | 38 | |
37 | 39 | /** |
38 | 40 | * 2.0 Typography |
… |
… |
a { |
447 | 449 | * 8.0 RTL |
448 | 450 | */ |
449 | 451 | |
450 | | body.rtl { |
451 | | margin: 83px 83px 83px 0; |
452 | | } |
453 | | |
454 | 452 | .rtl blockquote { |
455 | 453 | border-right: 4px solid #707070; |
456 | 454 | border-left: none; |