hiding list style for acf fields

This commit is contained in:
Antoine M 2023-11-27 13:06:39 +01:00
parent eb459c4ac5
commit c9c55122b0

View File

@ -128,3 +128,9 @@ p {
@apply cta caret-secondary; @apply cta caret-secondary;
} }
} }
.acf-block-fields ul {
li:before {
@apply content-none;
}
}