From bc25f438e47b488195e5a30810b8ee7baf13f9c2 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Thu, 6 Oct 2022 12:16:47 +0100 Subject: [PATCH 1/3] Reduce XXL font size --- styles/block-out.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/block-out.json b/styles/block-out.json index 7748a19..9b05afe 100644 --- a/styles/block-out.json +++ b/styles/block-out.json @@ -73,10 +73,10 @@ }, { "fluid": { - "max": "14rem", + "max": "7rem", "min": "4rem" }, - "size": "10rem", + "size": "7rem", "slug": "xx-large" } ] From 4f2e3809d8ff0bae9cedeb26c24cf0bf02129af2 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Thu, 6 Oct 2022 13:13:55 +0100 Subject: [PATCH 2/3] Add padding to site title --- styles/block-out.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/block-out.json b/styles/block-out.json index 9b05afe..871e846 100644 --- a/styles/block-out.json +++ b/styles/block-out.json @@ -145,6 +145,12 @@ } }, "core/site-title": { + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" + } + }, "typography": { "fontSize": "var(--wp--preset--font-size--xx-large)", "lineHeight": "1.1", From 2cdea88d84a30aec76ddb47d3df7fe929ebcc987 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Fri, 7 Oct 2022 10:47:03 +0100 Subject: [PATCH 3/3] Set size of h2 in query loop --- styles/block-out.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/block-out.json b/styles/block-out.json index 871e846..306d3e7 100644 --- a/styles/block-out.json +++ b/styles/block-out.json @@ -159,9 +159,9 @@ }, "core/query": { "elements": { - "h3": { - "color": { - "text": "var(--wp--preset--color--contrast)" + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)" } } }