From 7c7737c3cb8a2227b82d34832a011cd196584c5f Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 21 Jun 2022 18:55:39 -0400 Subject: [PATCH] Incorrect variable for the grid columns setting. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9783bd2..c90fdc9 100644 --- a/public/index.html +++ b/public/index.html @@ -251,7 +251,7 @@ solid backgrounds or dots, stripes, and lines.

-

You set the rows, columns, and gap with style variables --rows, --columns, and --gap like so: +

You set the rows, columns, and gap with style variables --rows, --cols, and --gap like so:

<grid style="--rows: auto; --cols: 1fr 1fr 1fr; --gap: 1rem;">