FEATURE introducing component style

This commit is contained in:
Nonimart 2025-06-12 08:47:20 +02:00
parent f374380c1d
commit 3c3fa34216

View File

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