From f1556f6bba9e7f03fe3d0ef32f94b6295a695394 Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Mon, 13 Mar 2023 09:20:48 -0500 Subject: [PATCH] Minor changes to Headings. --- style.css | 7 ------- theme.json | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index cdbfac6c..40bbb0a9 100644 --- a/style.css +++ b/style.css @@ -165,13 +165,6 @@ mark { font-size: var(--wp--preset--font-size--x-small); } -/* Heading ---------------------------------------------- */ - -.wp-block-post-content .wp-block-heading + * { - margin-top: 20px; -} - /* Image --------------------------------------------- */ diff --git a/theme.json b/theme.json index 5fc3da5c..a1d1d550 100644 --- a/theme.json +++ b/theme.json @@ -515,12 +515,12 @@ }, "h1": { "typography": { - "fontSize": "var(--wp--preset--font-size--x-large)" + "fontSize": "var(--wp--preset--font-size--max-36)" } }, "h2": { "typography": { - "fontSize": "var(--wp--preset--font-size--large)" + "fontSize": "var(--wp--preset--font-size--x-large)" } }, "h3": {