carhop__carhop-theme__DEV/resources/css/components/article-card.css
2025-05-12 16:49:44 +02:00

11 lines
194 B
CSS

.article-card {
@apply bg-white border border-primary p-4;
&__title {
@apply text-3xl font-medium uppercase pb-4;
}
&__tags {
@apply flex flex-wrap gap-4 pt-4;
}
}