From 3c3fa34216b606ebb43d8f10f84ccc37eb04d42c Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 12 Jun 2025 08:47:20 +0200 Subject: [PATCH] FEATURE introducing component style --- resources/css/components/revue-authors-list.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/css/components/revue-authors-list.css 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; + } +}