fallback when no posts found

This commit is contained in:
Antoine M 2023-11-21 11:17:00 +01:00
parent d91cce018d
commit 19e74c0a96

View File

@ -6,4 +6,7 @@
.card-news__title {
@apply my-0;
}
.no-posts-found {
@apply text-neutral-600 text-lg col-span-4 font-medium;
}
}