Set max-height of cast image
This commit is contained in:
@@ -115,7 +115,7 @@ li.card {
|
|||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 210px;
|
max-height: 210px;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user