Skip to content

Commit 61f2b48

Browse files
authored
Merge pull request #116 from dhairyathedev/main
fixed: made No shape found image responsive
2 parents 79e1f31 + a771a21 commit 61f2b48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

components/utils/NoShapeFound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ const PageWrapper = styled.div`
3636
}
3737
3838
img {
39-
max-width: 300px;
39+
max-width: 100%;
40+
height: auto;
4041
}
4142
4243
`;

0 commit comments

Comments
 (0)