STYLE add custom padding for last paragraph in column blocks

This commit is contained in:
Antoine M 2026-04-08 16:35:21 +02:00
parent e6105fe07f
commit 22d6c1f6a5

View File

@ -0,0 +1,5 @@
.wp-block-column {
p:last-child {
@apply !mb-0;
}
}