Merge pull request #825 from Automattic/fix/issue-803

Sophisticated Business: Fixing font-weight for legacy cover block
This commit is contained in:
Allan Cole 2019-05-21 18:44:32 -04:00 committed by GitHub
commit 7e4785a367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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