13 lines
245 B
CSS
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;
|
|
}
|
|
}
|