From ba9ce7d790987acca88240adfd7fd0ebd10ca41c Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Mon, 11 May 2026 02:01:43 -0400 Subject: [PATCH] Fix: grid is a line grid, not a dot grid --- src/content/blog/design-system.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/design-system.mdx b/src/content/blog/design-system.mdx index ee32471..404b389 100644 --- a/src/content/blog/design-system.mdx +++ b/src/content/blog/design-system.mdx @@ -13,7 +13,7 @@ Most developer portfolios look the same: flat white, rigid grid, card borders at The background is a fixed layer sitting behind everything at `z-index: -10`. It has two parts. -First, a 24px dot grid using a CSS background gradient: +First, a 24px line grid using a CSS background gradient: ```css background-image: linear-gradient(to right, #80808010 1px, transparent 1px),