Thanks a lot, but: hm, the CSS doesn’t work. (Do you know why? Is it GP related?)
Out of your code I have done this:
.flex-container {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
img.scaled {
width: 100%;
}
.flex-item {
flex-basis: 30%;
}
@media (max-width: 1024px) {
.flex-item {
flex-basis: 46.5%;
}
}
@media (max-width: 768px) {
.flex-item {
flex-basis: 100%;
}
}
Thanks for putting me on the right track. You can see the result here https://honigwerk.de