FEATURE Introducing component

This commit is contained in:
Nonimart 2025-06-23 16:14:38 +02:00
parent b7549f05d1
commit 469d568f38

View File

@ -0,0 +1,9 @@
.sommaire-index {
@apply list-none;
li {
@apply mb-4;
}
a {
@apply text-xl text-carhop-gray opacity-80;
}
}