Skip to content

Commit

Permalink
fix: adjust max width of container for better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Nov 29, 2024
1 parent c73a52f commit 8469430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function Socials({ profile }) {
'--brand-color': colors[social.type]
}}
>
<div className='flex max-w-[90%] flex-auto gap-x-2'>
<div className='flex max-w-[82%] flex-auto gap-x-2'>
{social.type === 'custom' ? (
<>
<IoEarth className='flex-auto' size={20} />
Expand Down

0 comments on commit 8469430

Please sign in to comment.