STYLE Handling wptable folowed by h3 sequence

This commit is contained in:
Antoine M 2026-03-20 17:06:10 +01:00
parent c4d0f66b5d
commit e8e57aa7e9

View File

@ -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;
} */