From 2c920285af03c2f6d1395c74f53c8b612f9ba6a3 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 8 May 2023 15:26:39 +0200 Subject: [PATCH] Kleinere minimale waarde zodat foto's met minder tussenruimte worden getoond --- themes/nluug/assets/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index f9f01ad..a6c422a 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -46,7 +46,7 @@ figure { .grid-team-members-small-photos { display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); column-gap: 1px; }