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
  • Loading branch information
matthewcare authored and nathanwoulfe committed Oct 19, 2021
1 parent e7f8e69 commit 215ef3d
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 215ef3d

Please sign in to comment.