File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default function AboutHomePage() {
4
4
return (
5
5
< section className = "py-8 xl:px-24 sm:px-10 px-5" id = "about" >
6
6
< div className = "text-center my-10" >
7
- < h2 className = "font-bold text-6xl" > ABOUT</ h2 >
7
+ < h2 className = "font-bold text-6xl mb-16 " > ABOUT</ h2 >
8
8
</ div >
9
9
< div className = "flex justify-center items-center" >
10
10
< div className = "lg:grid grid-cols-6 flex-1 max-w-[90rem]" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const EventBrief = () => {
6
6
return (
7
7
< section className = "py-8 xl:px-24 sm:px-10 px-5" id = "events" >
8
8
< div className = "text-center my-10" >
9
- < h1 className = "font-bold text-6xl" > UPCOMING EVENTS</ h1 >
9
+ < h1 className = "font-bold text-6xl mb-16 " > UPCOMING EVENTS</ h1 >
10
10
</ div >
11
11
{ events . length !== 0 ?
12
12
< EventsCarousel /> :
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ const Sponsors = () => {
11
11
< div className = "text-center" >
12
12
< h2 className = "font-bold text-6xl" > OUR SPONSORS</ h2 >
13
13
</ div >
14
- < div className = "flex-1 flex justify-center items-center my-15 " >
14
+ < div className = "flex-1 flex justify-center items-center" >
15
15
< div
16
- className = "rounded border border-[#595F6D] h-auto overflow-hidden w-[90rem] flex flex-col gap-8 py -8"
16
+ className = "rounded h-auto overflow-hidden w-[90rem] flex flex-col gap-8"
17
17
>
18
18
< SponsorCarousel />
19
19
< div className = "flex justify-center items-center" >
You can’t perform that action at this time.
0 commit comments