Fix: grid is a line grid, not a dot grid

This commit is contained in:
2026-05-11 02:01:43 -04:00
parent ecafd683f9
commit ba9ce7d790
+1 -1
View File
@@ -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. 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 ```css
background-image: linear-gradient(to right, #80808010 1px, transparent 1px), background-image: linear-gradient(to right, #80808010 1px, transparent 1px),