updating and tweaking buttons handling

This commit is contained in:
Antoine M 2023-10-26 17:56:57 +02:00
parent 77951bada5
commit 43d073166a

View File

@ -27,8 +27,11 @@
@apply max-h-full max-w-full block;
}
}
.wp-block-buttons {
@apply gap-x-4;
}
.wp-block-button {
@apply mt-6;
@apply mt-6 font-semibold;
}
.wp-block-button + * {
@apply mt-6;