diff --git a/index.html b/index.html index a6a32e0..c53a2e3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ - @@ -29,10 +28,8 @@ - -
@@ -114,7 +111,7 @@
Vision Start - + diff --git a/js/matrix.js b/js/matrix.js index a754e5d..5d6159a 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -35,7 +35,7 @@ class MatrixBackground { } getMobileMaxConnections() { - // Reduce max connections on mobile devices + // Reduce max connections on mobile devices for better performance if (window.innerWidth <= 480) return 4; if (window.innerWidth <= 768) return 6; return 8;