From abb619207ddd3716562709f0dbccf5eb51aae841 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 12:25:01 +0200 Subject: [PATCH] FEATURE Introducing the component --- resources/css/components/authors-last-publications.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/css/components/authors-last-publications.css diff --git a/resources/css/components/authors-last-publications.css b/resources/css/components/authors-last-publications.css new file mode 100644 index 0000000..0643748 --- /dev/null +++ b/resources/css/components/authors-last-publications.css @@ -0,0 +1,5 @@ +.authors-last-publications { + .post-card { + @apply mb-6; + } +}