From aa2ff416903ff3e8efcd58cafc89eb6a12f02a99 Mon Sep 17 00:00:00 2001 From: Lewis Dryburgh Date: Tue, 24 Sep 2024 18:48:34 +1000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 361e254..b2bc595 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ brightness: 1, color: member.color, name: member.name, - size: 2 * dpr // Adjust size for high DPI + size: 3 * dpr // Adjust size for high DPI }; particles.push(particle); familyParticles.push(particle); // Add to family array