Skip to content

Commit

Permalink
Fixed horizontal spacing for acheivement text
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Oct 24, 2024
1 parent bace995 commit 8b36698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/team.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const supporters: People[] = [

export const TeamSection = () => {
return (
<div id='team' className='min-h-screen pt-24'>
<div id='team' className='w-[90%] mx-auto min-h-screen pt-24'>
<p className='text-center text-xl pb-12'>Команда</p>
<div className='grid md:grid-cols-2 lg:grid-cols-3 w-[90%] mx-auto gap-5'>
{team.map((person, index) => (
Expand Down

0 comments on commit 8b36698

Please sign in to comment.