diff --git a/blockbase/theme.json b/blockbase/theme.json index a44fd639f3..ea4517385c 100644 --- a/blockbase/theme.json +++ b/blockbase/theme.json @@ -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)" diff --git a/mayland-blocks/theme.json b/mayland-blocks/theme.json index 7db655bfb9..cbf5689a8a 100644 --- a/mayland-blocks/theme.json +++ b/mayland-blocks/theme.json @@ -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)" diff --git a/quadrat/child-theme.json b/quadrat/child-theme.json index 4b61f0398f..cc9e2694e2 100644 --- a/quadrat/child-theme.json +++ b/quadrat/child-theme.json @@ -221,6 +221,11 @@ "lineHeight": 1.2 } }, + "list": { + "padding": { + "left": "calc( 2 * var(--wp--custom--margin--horizontal) )" + } + }, "core/quote": { "border": { "width": "0px" diff --git a/quadrat/theme.json b/quadrat/theme.json index 82574d1570..88dcff142c 100644 --- a/quadrat/theme.json +++ b/quadrat/theme.json @@ -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" @@ -448,6 +445,11 @@ } } }, + "list": { + "padding": { + "left": "calc( 2 * var(--wp--custom--margin--horizontal) )" + } + }, "core/query-pagination": { "typography": { "fontSize": "18px", diff --git a/seedlet-blocks/theme.json b/seedlet-blocks/theme.json index c5b6a85254..71ebbfbfa6 100644 --- a/seedlet-blocks/theme.json +++ b/seedlet-blocks/theme.json @@ -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)"