From 1161a25c97df8a87d9fcf1ef48fb42c156973f72 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 5 Mar 2022 20:36:22 +0100 Subject: [PATCH] Set max-height of cast image --- src/components/CastPerson.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }