Make performer image contain (#355)

This commit is contained in:
WithoutPants 2020-02-08 13:42:22 +11:00 committed by GitHub
parent 254d6978d0
commit 40de2caa95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ span.block {
.performer.image {
height: 50vh;
min-height: 400px;
background-size: cover !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}