Skip to content

Commit

Permalink
Merge branch 'malj/2792' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 12, 2025
2 parents c9bf163 + aa82eff commit 84b0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/shared/ContactList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type ContactListProps = {

const ContactList = ({ data, className = '' }: ContactListProps) => {
return (
<div className={twMerge(`flex flex-col pb-page-content px-layout-lg max-w-viewport`, className)}>
<div className={twMerge(`flex flex-col max-w-viewport mx-auto px-layout-lg`, className)}>
{data?.title && (
<Heading className="pb-6 text-left" size="xl" level="h2">
{data.title}
Expand Down

0 comments on commit 84b0ce6

Please sign in to comment.