REFACTOR Renaming the component

This commit is contained in:
Nonimart 2025-06-25 12:24:32 +02:00
parent 2f495878c3
commit d330f9bee5
2 changed files with 12 additions and 5 deletions

View File

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

View File

@ -1,5 +0,0 @@
.revue-authors-list {
&__title {
@apply text-4xl font-medium mb-4 uppercase;
}
}