6
0
Fork 0

Betere grid-waarde en -resizing voor pagina's met foto's

This commit is contained in:
Michael Boelen 2023-05-08 15:24:14 +02:00
parent a0599f1143
commit 53cc4deed7

View file

@ -46,7 +46,7 @@ figure {
.grid-team-members-small-photos {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
column-gap: 1px;
}