Skip to content

Commit 502f4b1

Browse files
committed
remove sponsors box
1 parent 4ffdc24 commit 502f4b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: frontend/src/components/About/AboutHomepage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function AboutHomePage() {
44
return (
55
<section className="py-8 xl:px-24 sm:px-10 px-5" id="about">
66
<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>
88
</div>
99
<div className="flex justify-center items-center">
1010
<div className="lg:grid grid-cols-6 flex-1 max-w-[90rem]">

Diff for: frontend/src/components/Event/EventsBrief.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EventBrief = () => {
66
return (
77
<section className="py-8 xl:px-24 sm:px-10 px-5" id="events">
88
<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>
1010
</div>
1111
{events.length !== 0 ?
1212
<EventsCarousel/> :

Diff for: frontend/src/components/Sponsors/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const Sponsors = () => {
1111
<div className="text-center">
1212
<h2 className="font-bold text-6xl">OUR SPONSORS</h2>
1313
</div>
14-
<div className="flex-1 flex justify-center items-center my-15">
14+
<div className="flex-1 flex justify-center items-center">
1515
<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"
1717
>
1818
<SponsorCarousel />
1919
<div className="flex justify-center items-center">

0 commit comments

Comments
 (0)