Skip to content

Commit

Permalink
Update background size
Browse files Browse the repository at this point in the history
Update background size property to `contain` so that the whole image shows

(cherry picked from commit 215ef3d)
  • Loading branch information
matthewcare authored and nul800sebastiaan committed Nov 3, 2021
1 parent d8d3f80 commit fd8da61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fd8da61

Please sign in to comment.