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:
committed by
Sebastiaan Janssen
parent
f1668c6bd7
commit
c7b285796d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user