Twenty Ten: Improve Pullquote block line height for better readability.

Props melchoyce, sabernhardt, ugyensupport, Heiko_Mamerow, pooja1210.
Fixes #52546.




git-svn-id: https://develop.svn.wordpress.org/trunk@55978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-06-22 05:33:50 +00:00
parent 57ca656fea
commit c34aba767f
2 changed files with 10 additions and 0 deletions

View File

@ -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,

View File

@ -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 {