diff --git a/components/CardsGrouped.vue b/components/CardsGrouped.vue index c4eb3d3..07f0396 100644 --- a/components/CardsGrouped.vue +++ b/components/CardsGrouped.vue @@ -19,6 +19,9 @@ const props = withDefaults(defineProps(), { + @@ -38,4 +41,9 @@ const props = withDefaults(defineProps(), { flex-direction: row-reverse; justify-content: center; } + +.card_image.empty { + filter: brightness(0.5); + max-height: 250px; +} \ No newline at end of file