diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index 488f8226fe..423748433d 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
777 | 777 | width: 44px; |
778 | 778 | } |
779 | 779 | |
780 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p { |
| 780 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 781 | .editor-styles-wrapper .wp-block-pullquote p { |
781 | 782 | font-family: inherit; |
782 | 783 | font-size: 28px; |
783 | 784 | font-weight: 700; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
786 | 787 | margin-bottom: 20px; |
787 | 788 | } |
788 | 789 | |
789 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child { |
| 790 | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child, |
| 791 | .editor-styles-wrapper .wp-block-pullquote p:last-child { |
790 | 792 | margin-bottom: 0; |
791 | 793 | } |
792 | 794 | |
793 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 795 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 796 | .editor-styles-wrapper .wp-block-pullquote p, |
794 | 797 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
795 | 798 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
796 | 799 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1099 | 1102 | } |
1100 | 1103 | |
1101 | 1104 | .editor-styles-wrapper .wp-block[data-align="left"] { |
1102 | | margin: 0; |
| 1105 | margin-right: 0; |
1103 | 1106 | } |
1104 | 1107 | |
1105 | 1108 | /* BLOCK: COVER */ |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1294 | 1297 | |
1295 | 1298 | /* BLOCK: PULLQUOTE */ |
1296 | 1299 | |
1297 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 1300 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 1301 | .editor-styles-wrapper .wp-block-pullquote p, |
1298 | 1302 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
1299 | 1303 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
1300 | 1304 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1326 | 1330 | } |
1327 | 1331 | |
1328 | 1332 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1329 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
| 1333 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p, |
| 1334 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote p, |
| 1335 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
1330 | 1336 | font-size: 48px; |
1331 | 1337 | line-height: 1.203125; |
1332 | 1338 | } |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 66e662628e..14809c962c 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
777 | 777 | width: 44px; |
778 | 778 | } |
779 | 779 | |
780 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p { |
| 780 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, .editor-styles-wrapper .wp-block-pullquote p { |
781 | 781 | font-family: inherit; |
782 | 782 | font-size: 28px; |
783 | 783 | font-weight: 700; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
786 | 786 | margin-bottom: 20px; |
787 | 787 | } |
788 | 788 | |
789 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child { |
| 789 | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child, .editor-styles-wrapper .wp-block-pullquote p:last-child { |
790 | 790 | margin-bottom: 0; |
791 | 791 | } |
792 | 792 | |
793 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 793 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, .editor-styles-wrapper .wp-block-pullquote p, |
794 | 794 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
795 | 795 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
796 | 796 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
797 | 797 | font-size: 28px; |
798 | 798 | } |
799 | 799 | |
| 800 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 801 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
| 802 | font-size: 48px; |
| 803 | } |
| 804 | |
800 | 805 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"], |
801 | 806 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] { |
802 | 807 | height: auto; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1099 | 1104 | } |
1100 | 1105 | |
1101 | 1106 | .editor-styles-wrapper .wp-block[data-align="left"] { |
1102 | | margin: 0; |
| 1107 | margin-left: 0; |
1103 | 1108 | } |
1104 | 1109 | |
1105 | 1110 | /* BLOCK: COVER */ |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1409 | 1414 | font-size: 64px; |
1410 | 1415 | } |
1411 | 1416 | |
| 1417 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 1418 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
| 1419 | font-size: 64px; |
| 1420 | } |
| 1421 | |
1412 | 1422 | /* BLOCK: SEPARATOR */ |
1413 | 1423 | |
1414 | 1424 | hr.wp-block-separator.is-style-wide { |