mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
docs: align introduction subtitle width with page content (#275)
The introduction page is special-cased as a hero in the docs route, so it hand-rolls its own title and subtitle instead of using Fumadocs' DocsTitle/DocsDescription. The subtitle was capped at max-w-2xl (672px), wrapping ~230px narrower than the heading and body, which read as misaligned compared to every other docs page. Match the heading's max-w-full so the subtitle fills the same content column. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
8050b59f6e
commit
e5425b51a3
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ import { ProductRuntime } from "@/components/product-runtime";
|
|||
>
|
||||
Make analytics context usable by agents
|
||||
</h1>
|
||||
<p className="mt-4 max-w-2xl text-lg text-fd-muted-foreground" style={{ lineHeight: '1.7' }}>
|
||||
<p className="mt-4 max-w-full text-lg text-fd-muted-foreground" style={{ lineHeight: '1.7' }}>
|
||||
{'ktx is an open-source context layer for data agents. It turns warehouse metadata, BI tool definitions, query history, docs, and approved metric definitions into reviewable files agents can search and execute.'}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue