STYLE FIX color on heading
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-19 14:07:53 +02:00
parent c1c36d4bef
commit af897015ae

View File

@ -2,7 +2,8 @@
.wp-block-columns {
@apply max-w-screen-3xl mx-auto gap-x-12 gap-y-12 2xl:gap-x-32;
}
.wp-block-column {
.carhop-heading p {
@apply !text-white;
}
form.mailpoet_form {
@apply !pt-0;