diff --git a/resources/css/components/revue-authors-list.css b/resources/css/components/revue-authors-list.css new file mode 100644 index 0000000..40474b3 --- /dev/null +++ b/resources/css/components/revue-authors-list.css @@ -0,0 +1,5 @@ +.revue-authors-list { + &__title { + @apply text-4xl font-medium mb-4 uppercase; + } +}