Limit height of card images
This commit is contained in:
parent
c327f4cc06
commit
ced729c6d5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue