app/components/base/image-gallery/style.module.css
@@ -1,8 +1,8 @@ .item { max-height: 200px; height: 200px; margin-right: 8px; margin-bottom: 8px; object-fit: contain; object-fit: cover; object-position: center; border-radius: 8px; cursor: pointer; @@ -19,4 +19,4 @@ .img-4 .item:nth-child(3n) { margin-right: 8px; } }