Skip to content

Commit

Permalink
chore: fix overflow issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 3, 2025
1 parent fa58ff0 commit ba42f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/hero/HeroSocial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from 'next/link';

function HeroSocial() {
return (
<ul className='mt-5 flex flex-row flex-wrap gap-3'>
<ul className='mt-5 flex flex-row flex-wrap gap-3 overflow-hidden'>
<m.li
className='flex-shrink-0'
variants={fadeIn('left', '', 2.0, 0.5)}
Expand Down

0 comments on commit ba42f0e

Please sign in to comment.