Merge pull request '[#3] Enabled margins instead of stiff width page. Added a baboon since I was thinking about it.' (#20) from 3-margins into master

Reviewed-on: #20
This commit is contained in:
maximx1 2022-05-30 15:14:45 -04:00
commit 6c3a07f939
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',