handling custom acf title

This commit is contained in:
Antoine M 2023-11-29 14:59:55 +01:00
parent 8376ba0e25
commit 79dcb9b2f9

View File

@ -95,3 +95,12 @@
line-height: 1.3;
}
}
.acf_custom_title {
.acf-label {
@apply pb-3;
label {
@apply !text-secondary !text-sm !font-semibold;
}
}
}