diff --git a/src/wp-content/themes/twentyten/blocks.css b/src/wp-content/themes/twentyten/blocks.css index 3f9995347b..fc751d61ea 100644 --- a/src/wp-content/themes/twentyten/blocks.css +++ b/src/wp-content/themes/twentyten/blocks.css @@ -124,8 +124,13 @@ p.has-drop-cap:not(:focus)::first-letter { /* Pullquote */ +.wp-block-pullquote { + font-size: 1em; +} + .wp-block-pullquote p { font-size: 1.5em; + line-height: 1.3; } .wp-block-pullquote__citation, diff --git a/src/wp-content/themes/twentyten/editor-blocks.css b/src/wp-content/themes/twentyten/editor-blocks.css index 3baf3bb5fd..071e0a1995 100644 --- a/src/wp-content/themes/twentyten/editor-blocks.css +++ b/src/wp-content/themes/twentyten/editor-blocks.css @@ -261,9 +261,14 @@ p.has-drop-cap:not(:focus)::first-letter { /* Pullquote */ +.wp-block-pullquote { + font-size: 1em; +} + .wp-block-pullquote blockquote > p.rich-text, .wp-block-pullquote blockquote > .editor-rich-text p { font-size: 1.5em; + line-height: 1.3; } .wp-block-pullquote .wp-block-pullquote__citation {