diff options
Diffstat (limited to 'lume/src/_components/XeblogHero.tsx')
| -rw-r--r-- | lume/src/_components/XeblogHero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/_components/XeblogHero.tsx b/lume/src/_components/XeblogHero.tsx index 85d5583..fadb4eb 100644 --- a/lume/src/_components/XeblogHero.tsx +++ b/lume/src/_components/XeblogHero.tsx @@ -7,7 +7,7 @@ export interface XeblogHeroProps { export default function XeblogHero({ ai, file, prompt }: XeblogHeroProps) { return ( <> - <figure className="hero not-prose w-full"> + <figure className="hero not-prose w-full mx-auto"> <picture> <source type="image/avif" |
