Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 28, 2021
1 parent 71fb9f5 commit 6f684d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
3 changes: 0 additions & 3 deletions blockbase/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
"core/list": {
"fontFamily": "var(--wp--custom--font-family--base)"
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
Expand Down
3 changes: 0 additions & 3 deletions mayland-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
"core/list": {
"fontFamily": "var(--wp--custom--font-family--base)"
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
Expand Down
5 changes: 5 additions & 0 deletions quadrat/child-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
"lineHeight": 1.2
}
},
"list": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
}
},
"core/quote": {
"border": {
"width": "0px"
Expand Down
8 changes: 5 additions & 3 deletions quadrat/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
"core/list": {
"fontFamily": "var(--wp--custom--font-family--base)"
},
"core/navigation": {
"typography": {
"fontSize": "18px"
Expand Down Expand Up @@ -448,6 +445,11 @@
}
}
},
"list": {
"padding": {
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
}
},
"core/query-pagination": {
"typography": {
"fontSize": "18px",
Expand Down
3 changes: 0 additions & 3 deletions seedlet-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,6 @@
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
"core/list": {
"fontFamily": "var(--wp--custom--font-family--base)"
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
Expand Down

0 comments on commit 6f684d2

Please sign in to comment.