fix svg width

main
Cogent Apps 2023-03-16 09:58:54 +00:00
parent 869ba3ec1f
commit 210cca9a44
1 changed files with 1 additions and 1 deletions

View File

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