Skip to content

Commit bd08423

Browse files
committed
refactor: change speakers gap
in this commit i've changed the speakers gap to make the texts more readable because speaker cards were too close to each other
1 parent 2ce8df1 commit bd08423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/speakers/Speakers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Speakers = () => {
88
className="flex flex-col items-center gap-12 px-[32px] py-20"
99
>
1010
<h3 className="text-center text-[48px] font-[800]">سخنرانان همایش</h3>
11-
<div className="speakers-wrapper flex max-w-[1080px] flex-wrap justify-center gap-[20px]">
11+
<div className="speakers-wrapper flex max-w-[1080px] flex-wrap justify-center gap-x-[30px] gap-y-[20px]">
1212
{speakersData.map((info, idx) => (
1313
<Speaker key={idx} speakerInfo={info} />
1414
))}

0 commit comments

Comments
 (0)