From 5a1bfc19497010faf7494f1c71421a42e36bc0e1 Mon Sep 17 00:00:00 2001 From: Sutu Sebastian Date: Mon, 20 Jul 2026 16:56:13 +0300 Subject: [PATCH] fix(docs): give homepage inline code chips breathing room MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add outer margin/padding around Hero and Seams code chips, and open the Seams heading→lede gap so the muted backgrounds don't sit flush against neighboring words. --- apps/docs/pages/_home/Hero.astro | 4 +++- apps/docs/pages/_home/Seams.astro | 10 +++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/docs/pages/_home/Hero.astro b/apps/docs/pages/_home/Hero.astro index 40292ef..fdc7e56 100644 --- a/apps/docs/pages/_home/Hero.astro +++ b/apps/docs/pages/_home/Hero.astro @@ -28,7 +28,9 @@ const defaultSource = "tanstack-store";

Zero-dep - persistSource + persistSource core; codecs, backends, transport, and framework gates are opt-in subpaths.

diff --git a/apps/docs/pages/_home/Seams.astro b/apps/docs/pages/_home/Seams.astro index 35ab3ee..8305686 100644 --- a/apps/docs/pages/_home/Seams.astro +++ b/apps/docs/pages/_home/Seams.astro @@ -44,11 +44,15 @@ const tdClass =

Three seams. Swap any cell.

-

+

Backend × codec × source compose through - createStorage + createStorage and - persistSource + persistSource — framework adapters only mount the hydration signal.