Merge pull request #825 from Automattic/fix/issue-803
Sophisticated Business: Fixing font-weight for legacy cover block
This commit is contained in:
commit
7e4785a367
3 changed files with 3 additions and 0 deletions
|
@ -568,6 +568,7 @@
|
|||
.wp-block-cover-text,
|
||||
h2 {
|
||||
font-size: $font__size-xl;
|
||||
font-weight: 700;
|
||||
margin: inherit;
|
||||
max-width: inherit;
|
||||
text-align: inherit;
|
||||
|
|
|
@ -3929,6 +3929,7 @@ body.page .main-navigation {
|
|||
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
||||
.entry .entry-content .wp-block-cover h2 {
|
||||
font-size: 2.25em;
|
||||
font-weight: 700;
|
||||
margin: inherit;
|
||||
max-width: inherit;
|
||||
text-align: inherit;
|
||||
|
|
|
@ -3941,6 +3941,7 @@ body.page .main-navigation {
|
|||
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
||||
.entry .entry-content .wp-block-cover h2 {
|
||||
font-size: 2.25em;
|
||||
font-weight: 700;
|
||||
margin: inherit;
|
||||
max-width: inherit;
|
||||
text-align: inherit;
|
||||
|
|
Loading…
Reference in a new issue