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

View File

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