fix for bug with different image size poster

This commit is contained in:
twanariens 2021-01-24 01:51:30 +01:00
commit 59bac5d5ff

View file

@ -60,11 +60,11 @@ small {
font-size: 0.8rem;
}
@media (min-width: 2000px) {
.ombi-card{
height:100%;
}
.ombi-card{
height:100%;
}
@media (min-width: 2000px) {
#cardImage {
height: 100%;
object-fit: cover;