responsive gap adjustement

This commit is contained in:
Antoine M 2024-01-23 17:21:50 +01:00
parent b089d4a960
commit 4a8331e4c5

View File

@ -50,6 +50,12 @@
.wp-block-button + * {
@apply mt-6;
}
.wp-block-buttons {
@apply gap-y-0;
.wp-block-button {
@apply mt-0;
}
}
&--classic {
@apply bg-primary text-white;
.icon {