FEATURE Introducing component
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-08-22 17:28:44 +02:00
parent e23b038df1
commit 79f98b1b2d

View File

@ -0,0 +1,11 @@
.sitemap {
@apply bg-primary-light;
}
.sitemap__inner {
@apply container;
}
.sitemap__title {
@apply text-2xl font-bold;
}