Skip to content

Commit a3eda93

Browse files
SaraVieiraCompuIves
authored andcommitted
make bg imnage cover (codesandbox#2585)
1 parent 04bae8a commit a3eda93

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/SandboxCard

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/SandboxCard/elements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const SandboxImageContainer = styled.div`
3535
`;
3636

3737
export const SandboxImage = styled.div`
38-
background-size: contain;
38+
background-size: cover;
3939
background-position: 50%;
4040
background-repeat: no-repeat;
4141
width: 100%;

0 commit comments

Comments
 (0)