fix svg width

This commit is contained in:
Cogent Apps
2023-03-16 09:58:54 +00:00
parent 869ba3ec1f
commit 210cca9a44

View File

@@ -45,7 +45,7 @@ const ImagePreview = styled.div`
text-align: center;
img {
max-width: 100%;
max-width: 30rem !important;
display: block;
}
`;