diff --git a/src/components/CastPerson.vue b/src/components/CastPerson.vue index 3c0d45d..ad88db1 100644 --- a/src/components/CastPerson.vue +++ b/src/components/CastPerson.vue @@ -115,7 +115,7 @@ li.card { img { width: 100%; height: auto; - min-height: 210px; + max-height: 210px; background-color: var(--background-color); object-fit: cover; }