carhop__dynamiques-theme__P.../resources/css/components/authors-list.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

13 lines
245 B
CSS

.authors-list {
@apply mb-20;
&__title {
@apply text-3xl font-medium mb-4 uppercase;
}
&__article-title {
@apply mb-8 underline underline-offset-8 decoration-1 opacity-90;
}
.author-card {
@apply mb-8;
}
}