Skip to content

Commit

Permalink
Make sure we don't use calass. Doesn't work. (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Sep 13, 2024
1 parent d5e241c commit 8ea3bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8ea3bc8

Please sign in to comment.