diff --git a/src/pages/index.astro b/src/pages/index.astro index 8f83ca6..74aea95 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,6 +16,22 @@ const { prev, next } = await getNavNeighbors('_home', 'index'); max-width: 600px; } + .home-intro h2 { + margin-top: var(--space-8); + margin-bottom: var(--space-4); + font-size: var(--text-xl); + } + + .home-intro .questions { + color: var(--color-text-muted); + line-height: var(--leading-relaxed); + padding-left: var(--space-6); + max-width: 600px; + } + + .home-intro .questions li { + margin-bottom: var(--space-2); + }
@@ -28,6 +44,18 @@ const { prev, next } = await getNavNeighbors('_home', 'index');

This guide does not argue that AI "doesn't work," nor that it should be avoided. It documents where it works, where it breaks, and what to do about it.

+

If you're wondering...

+ + +

...this guide has patterns for that.

+