From e8e57aa7e9e05b6de7c509a13c5aeacdd99b2240 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 20 Mar 2026 17:06:10 +0100 Subject: [PATCH] STYLE Handling wptable folowed by h3 sequence --- resources/css/layout/gutenberg.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index e9301ae..b07d1aa 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -98,3 +98,11 @@ details { @apply text-primary; } } + +h3.wp-block-heading:has(+ .wp-block-table) { + @apply nunito text-base tracking-widest; +} + +/* .wp-block-table + h3.wp-block-heading { + @apply mt-16; +} */