Update background size

Update background size property to `contain` so that the whole image shows

(cherry picked from commit 215ef3d7b6)
This commit is contained in:
Matthew Care
2021-10-11 11:06:10 +01:00
committed by Sebastiaan Janssen
parent f1668c6bd7
commit c7b285796d

View File

@@ -58,7 +58,7 @@ umb-block-card {
padding-bottom: 10/16*100%;
background-color: @gray-12;
background-size: cover;
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;