diff --git a/assets/css/editor-style-block.css b/assets/css/editor-style-block.css
index 676efe9..c8ae3a5 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-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-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-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: 3rem; |
| 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 { |
1298 | 1303 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
1299 | 1304 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
1300 | 1305 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
1301 | | font-size: 32px; |
| 1306 | font-size: 28px; |
1302 | 1307 | } |
1303 | 1308 | |
1304 | 1309 | .editor-styles-wrapper .wp-block-pullquote__citation, |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1333 | 1338 | |
1334 | 1339 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] p, |
1335 | 1340 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] p { |
1336 | | font-size: 32px; |
| 1341 | font-size: 28px; |
1337 | 1342 | line-height: 1.1875; |
1338 | 1343 | } |
1339 | 1344 | |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1404 | 1409 | padding: 90px 40px 80px; |
1405 | 1410 | } |
1406 | 1411 | |
1407 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1408 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
1409 | | font-size: 64px; |
| 1412 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 1413 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
| 1414 | font-size: 4rem; |
1410 | 1415 | } |
1411 | 1416 | |
| 1417 | |
| 1418 | |
1412 | 1419 | /* BLOCK: SEPARATOR */ |
1413 | 1420 | |
1414 | 1421 | hr.wp-block-separator.is-style-wide { |