Skip to content

Commit

Permalink
fix: add more horizontal space between stands
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Nov 22, 2023
1 parent c6e4ec0 commit 246dc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import stand2 from "./stand-2.png";

const MentorVolunteer = () => {
return (
<div className="grid max-w-lg lg:max-w-none lg:grid-cols-[repeat(2,450px)] lg:items-stretch justify-center m-auto gap-x-8 gap-y-12 mt-24">
<div className="grid max-w-lg lg:max-w-none lg:grid-cols-[repeat(2,450px)] lg:items-stretch justify-center m-auto gap-x-8 gap-y-24 mt-24">
<Stand
imageSrc={stand1}
header="Apply to be a Mentor"
Expand Down

0 comments on commit 246dc0c

Please sign in to comment.