11 lines
194 B
CSS
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;
|
|
}
|
|
}
|