Compare commits

..

No commits in common. "6c3a07f9399fa32bbbc8705c2e38c976b6fd05e1" and "f0f052703d8448a7d3a301f15f5376bd11aa111b" have entirely different histories.

3 changed files with 10 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 MiB

View File

@ -3,10 +3,12 @@
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
margin-left: 50px;
margin-right: 50px;
width: 1000px;
margin-left: auto;
margin-right: auto;
.photo-grid-thumb-container {
max-width: 30%;
width: 300px;
height: 200px;
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',