responsive gap adjustement
This commit is contained in:
parent
b089d4a960
commit
4a8331e4c5
|
|
@ -50,6 +50,12 @@
|
||||||
.wp-block-button + * {
|
.wp-block-button + * {
|
||||||
@apply mt-6;
|
@apply mt-6;
|
||||||
}
|
}
|
||||||
|
.wp-block-buttons {
|
||||||
|
@apply gap-y-0;
|
||||||
|
.wp-block-button {
|
||||||
|
@apply mt-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
&--classic {
|
&--classic {
|
||||||
@apply bg-primary text-white;
|
@apply bg-primary text-white;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user