From: Zachary Vance Date: Tue, 1 Oct 2024 00:31:11 +0000 (-0400) Subject: Change max X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=cad44a7da2497e8199e761daf365e072246f24fa;p=za3k.git Change max --- 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 }