From 172933a46e3ebde60cb0e3e1cb349b799400675f Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 24 Sep 2022 11:08:01 +0200 Subject: [PATCH] Added min-size and max-size; changed dist, border --- modules/Grid/Grid.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/Grid/Grid.json b/modules/Grid/Grid.json index 8cbdaee..bddd090 100644 --- a/modules/Grid/Grid.json +++ b/modules/Grid/Grid.json @@ -1,8 +1,10 @@ { - "dist": 75.0, + "min-size": 10.0, + "max-size": 50.0, + "dist": 100.0, "wait": 7, "fade": 7, - "border": 75.0, + "border": 100.0, "bg": "#B1D1AF", "colors": [ "#FFE3BF",