Compare commits

..

2 Commits

3 changed files with 8 additions and 10 deletions

BIN
public/images/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 MiB

View File

@ -3,12 +3,10 @@
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-left: 50px;
margin-right: 50px;
.photo-grid-thumb-container {
width: 300px;
height: 200px;
max-width: 30%;
margin: 10px;
.photo-grid-thumb {
position: relative;

View File

@ -30,11 +30,11 @@ const images = [{
imagePath: 'images/5.jpg',
thumbPath: 'images/5.jpg'
},
// {
// id: 6,
// imagePath: 'images/6.jpg',
// thumbPath: 'images/6.jpg'
// },
{
id: 6,
imagePath: 'images/6.jpg',
thumbPath: 'images/6.jpg'
},
{
id: 7,
imagePath: 'images/7.jpg',