Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
agsulimko committed Sep 18, 2023
1 parent 87cddf4 commit 21bb5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ImageGalleryItem/ImageGalleryItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const style = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
// width: 1200,
width: 0,
// bgcolor: 'background.paper',
bgcolor: 'rgba(205, 214, 219, 0)',
// bgcolor: 'rgba(205, 214, 219, 0)',
border: 'none',
boxShadow: 24,
p: 4,
Expand Down Expand Up @@ -42,7 +42,7 @@ return(
<Box sx={style}>

<img src= {largeImageURL}
alt={tags} style={{ width: 800, marginBottom: -50, }} />
alt={tags} style={{ width: 800, marginLeft: -400, }} />


</Box>
Expand Down

0 comments on commit 21bb5fb

Please sign in to comment.