Revert "Make performer image contain (#355)"

This reverts commit 40de2caa95.
This commit is contained in:
WithoutPants 2020-02-08 14:46:37 +11:00
parent 40de2caa95
commit 1d9913d268
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: contain !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}