carhop__dynamiques-theme__P.../resources/css/blocks/statistics-datas.css
Nonimart 8062b003c1
All checks were successful
continuous-integration/drone/push Build is passing
STYLE MAJOR CHANGE Reducing font-size and paddings everywhere
2025-10-08 15:52:02 +02:00

22 lines
395 B
CSS

.statistics-datas {
@apply flex justify-center flex-wrap gap-32;
&__item {
@apply flex flex-col gap-4 items-center;
&-number {
@apply text-5xl fjalla pt-3 font-light;
}
&-label {
@apply text-lg font-normal nunito;
}
&-icon {
img {
@apply w-full h-full object-contain;
@apply w-16 h-16;
}
}
}
}