carhop__dynamiques-theme__P.../resources/css/components/post-count.css
Nonimart 477376af4d
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing the Search results page and behaviour
2025-10-15 11:36:46 +02:00

13 lines
221 B
CSS

.post-count {
@apply flex items-center gap-2 text-primary;
&__count {
@apply font-normal uppercase fjalla text-4xl;
line-height: 0.8;
}
&__text {
@apply text-lg nunito font-normal;
}
}