Set max-height of cast image

This commit is contained in:
2022-03-05 20:36:22 +01:00
parent 7dd2d3ee82
commit 1161a25c97

View File

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