From 8ea3bc8947cde0336f3c2c75bb16b9af857915f6 Mon Sep 17 00:00:00 2001 From: Steven Dufresne Date: Fri, 13 Sep 2024 12:13:29 +0900 Subject: [PATCH] Make sure we don't use calass. Doesn't work. (#154) --- .../themes/wporg-parent-2021/sass/base/_elements.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss b/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss index f5900f65..89b7a363 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/base/_elements.scss @@ -184,7 +184,7 @@ input[type="checkbox"] + label { } // Make spacing smaller for h3 if preceded by h2. -.wp-site-blocks h2 + .wp-site-blocks h3:not([class*="-font-size"], [style*="font-size"]) { +.wp-site-blocks h2 + h3:not([class*="-font-size"], [style*="font-size"]) { margin-top: var(--wp--preset--spacing--30); }