Skip to content

Commit

Permalink
center text
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Dec 21, 2023
1 parent 6997c70 commit 10d9ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Obituary/components/ObituaryLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const ObituaryLarge: ObituaryRenderer = ({
<VStack spacing={5}>
{long_text && (
<Box
textAlign={{ md: is_crawled ? 'center' : 'unset' }}
textAlign={{ md: 'center' }}
width="100%"
maxW={800}
mx="auto"
Expand Down

1 comment on commit 10d9ad1

@vercel
Copy link

@vercel vercel bot commented on 10d9ad1 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.