From 914d3325f368efc526a4957f9b9168d4013f1159 Mon Sep 17 00:00:00 2001 From: Juan Carlos Ponce Campuzano <37394697+jcponce@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:52:56 +1000 Subject: [PATCH] Update index.html --- sketches/particle-life/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketches/particle-life/index.html b/sketches/particle-life/index.html index 71fdf301..639c96ed 100755 --- a/sketches/particle-life/index.html +++ b/sketches/particle-life/index.html @@ -52,7 +52,7 @@ #pauseButton{ position: fixed; top: 10px; - left: 55px; + left: 57px; z-index: 3; }