From d260a7efddf9f1af0b58064ea5b873d72b1d76cf Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 25 Jan 2026 18:40:32 +1100 Subject: [PATCH] docs: center morphing text within fixed-width container Co-Authored-By: Claude Opus 4.5 --- docs/src/content/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 1e8325695..1222e2d32 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -193,8 +193,8 @@ import { Tabs, TabItem, Card, CardGrid } from "@astrojs/starlight/components"; .morph-word { display: inline-block; position: relative; - min-width: 4.5em; - text-align: left; + width: 4.1em; + text-align: center; } .morph-word span {