introdfucing faq filter component

This commit is contained in:
Antoine M 2023-11-27 14:00:40 +01:00
parent 1242604867
commit 8f2468f426

View File

@ -0,0 +1,12 @@
.thematiques_filters {
@apply flex;
.thematiques-subtaxonomy-links {
ul {
@apply flex flex-wrap justify-center gap-x-2 gap-y-2;
.cta {
@apply !py-1 my-0;
}
}
}
}