diff --git a/block-styles.css b/block-styles.css index b69d82d..e3be3f0 100644 --- a/block-styles.css +++ b/block-styles.css @@ -61,8 +61,8 @@ } @media screen and (max-width: 782px) { - .is-style-markdown-heading::before { - margin-inline-start: 1em; + .is-style-markdown-heading { + margin-inline: 1em; } } diff --git a/theme.json b/theme.json index aada947..73f7708 100644 --- a/theme.json +++ b/theme.json @@ -258,7 +258,7 @@ "text": "var(--wp--preset--color--secondary)" }, "typography": { - "fontSize": "16px", + "fontSize": "24px", "textTransform": "uppercase" } },