Skip to content

Commit

Permalink
center align hero text (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Nov 7, 2024
1 parent 91560d6 commit e5f7d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageHeros.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function HomePageHero({
<StandardPageWidth {...props}>
<div
className={classNames(
'flex flex-col items-center gap-large',
'flex flex-col items-center gap-large text-center',
{
[classNames('pt-xxxxlarge', 'md:pt-xxxxlarge', 'lg:pt-xxxxxlarge')]:
padTop,
Expand Down

0 comments on commit e5f7d15

Please sign in to comment.