Limit height of card images

This commit is contained in:
Zed 2021-01-02 19:27:49 +01:00
parent c327f4cc06
commit ced729c6d5

View file

@ -81,6 +81,7 @@
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
max-height: 400px;
display: block; display: block;
object-fit: cover; object-fit: cover;
} }