docs: center morphing text within fixed-width container

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lea Anthony 2026-01-25 18:40:32 +11:00
commit d260a7efdd

View file

@ -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 {