Use correct cover styling for img tag (#2674)

This commit is contained in:
Michael David Kuckuk 2023-02-04 19:52:52 +01:00 committed by GitHub
parent 28c9fb1103
commit 840c59b2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
.image {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
object-fit: cover;
object-position: center;
overflow: hidden;
}