[#3] Enabled margins instead of stiff width page. Added a baboon since I was thinking about it. #20
BIN
public/images/6.jpg
Normal file
BIN
public/images/6.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 MiB |
@ -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;
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user