From cad44a7da2497e8199e761daf365e072246f24fa Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 30 Sep 2024 20:31:11 -0400 Subject: [PATCH] Change max --- archive/scratchoffs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/scratchoffs.html b/archive/scratchoffs.html index d4b4698..cf1ce10 100644 --- a/archive/scratchoffs.html +++ b/archive/scratchoffs.html @@ -170,7 +170,7 @@ function setSize(size) { grid.append(newDiv) } list.setAttribute("rows", size) - grid.style.gridTemplateColumns = `repeat(${rows}, 1fr)` + grid.style.gridTemplateColumns = `repeat(${cols}, 1fr)` return size } -- 2.47.3