Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jan 21, 2025
1 parent e5ac971 commit 107d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/BridalParty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const BridalParty = () => {
<ProfileMinor name={person.name} role={person.role} key={idx} />
))}
</div>
<div className="text-xl text-black">~ ~</div>
<div className="text-xl text-black mb-4">~ ~</div>
<div className="grid grid-cols-1 gap-4 text-center text-2xl px-4 md:px-0 md:text-3xl font-black">
{peopleMinorGroom.map((person, idx) => (
<ProfileMinor name={person.name} role={person.role} key={idx} />
Expand Down

0 comments on commit 107d480

Please sign in to comment.