Block canvas regressions (#6110)

* fix incorrect theme.json definitions

* centered post meta

* fix font sizes
This commit is contained in:
Maggie 2022-06-22 16:29:41 +02:00 committed by GitHub
parent f03ca1dcfc
commit e098d651aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 13 deletions

View file

@ -1,8 +1,12 @@
<!-- wp:group {"layout":{"type":"flex"}} -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:group {"layout":{"type":"flex"}} -->
<div class="wp-block-group">
<!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"14px"}}} /-->
<!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"14px"}}} /-->
</div>
<!-- /wp:group -->
</div>
<!-- /wp:group -->

View file

@ -40,17 +40,17 @@
"link": true,
"palette": [
{
"color": "#776c4e",
"color": "#007cba",
"name": "Primary",
"slug": "primary"
},
{
"color": "#a19982",
"color": "#006ba1",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#000000",
"color": "#333333",
"name": "Foreground",
"slug": "foreground"
},
@ -60,7 +60,7 @@
"slug": "background"
},
{
"color": "#f1ede6",
"color": "#F0F0F0",
"name": "Tertiary",
"slug": "tertiary"
}
@ -180,7 +180,7 @@
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
"fontSize": "1.125rem"
}
},
"core/post-date": {
@ -232,7 +232,7 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontSize": "1.125rem",
"fontStyle": "normal"
}
},
@ -259,7 +259,7 @@
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontSize": "1.125rem",
"fontWeight": "700",
"textDecoration": "none"
}
@ -311,7 +311,7 @@
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontSize": "1.125rem",
"lineHeight": "1.6"
}
},