6
0
Fork 0

Kleinere minimale waarde zodat foto's met minder tussenruimte worden getoond

This commit is contained in:
Michael Boelen 2023-05-08 15:26:39 +02:00
parent 53cc4deed7
commit 2c920285af

View file

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