Compare commits

..

No commits in common. "0b9c796e5d58e580cf5a54257c3f3e54c1372330" and "f2a40f136ced66cd1b4d0c011ea47f91ef565b50" have entirely different histories.

View File

@ -1,10 +1,10 @@
.subscribe-infolettre {
.wp-block-columns {
@apply max-w-screen-3xl mx-auto gap-x-12 gap-y-12 2xl:gap-x-32;
@apply max-w-screen-3xl mx-auto;
}
.wp-block-column {
.mailpoet_form {
@apply pt-0;
}
form.mailpoet_form {
@apply !pt-0;
}
}