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; + } +}