Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit, molestias assumenda aliquid incidunt corrupti a pariatur ratione rerum numquam alias omnis in non totam voluptatum quas voluptatem! Non, aspernatur? Suscipit!
diff --git a/src/components/ImageGalleryItem/ImageGalleryItem.jsx b/src/components/ImageGalleryItem/ImageGalleryItem.jsx index 2ecfe7f..4bbc99c 100644 --- a/src/components/ImageGalleryItem/ImageGalleryItem.jsx +++ b/src/components/ImageGalleryItem/ImageGalleryItem.jsx @@ -10,7 +10,7 @@ const style = { top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 400, + widthMax: 1200, bgcolor: 'background.paper', border: 'none', boxShadow: 24,