mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Twenty Twenty: Correct heading blocks alignment in editor styles.
This explicitly sets top and bottom margins instead of defining all four sides in shorthand notation. Props sabernhardt, Lumne. Fixes #51148. git-svn-id: https://develop.svn.wordpress.org/trunk@49507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -246,7 +246,8 @@ Inter variable font. Usage:
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.0415625em;
|
||||
line-height: 1.25;
|
||||
margin: 40px 0 25px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input,
|
||||
|
||||
@@ -246,7 +246,8 @@ Inter variable font. Usage:
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.0415625em;
|
||||
line-height: 1.25;
|
||||
margin: 40px 0 25px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input,
|
||||
|
||||
Reference in New Issue
Block a user