Skip to content

Commit

Permalink
πŸ› Adjust contactlist width #2792 (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia authored Feb 17, 2025
1 parent 64b74ac commit bf952e0
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 bf952e0

Please sign in to comment.