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),