mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
57ca656fea
commit
c34aba767f
@ -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,
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user