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