menu

arrow_back The layout of the gallery using the grid?

by
0 votes
Layouts gallery on how they can be harmonized.
Tell me how that would make the pictures take up the free space vertically , as shown in the screenshot ?
5adccfafb9d73578371984.png

At this point it appears the only way
5adcd0021a81a806857663.png

1 Answer

by
0 votes
throw better code from the css file, so it's easier to understand the error is

1 comment

.portfolio-items{
width: 80%;
margin: 0 auto;
display: grid;
grid-template-columns: auto auto auto auto;
}
.item{
margin: 5px;
}