Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit502f4b1

Browse files
committed
remove sponsors box
1 parent4ffdc24 commit502f4b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎frontend/src/components/About/AboutHomepage.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function AboutHomePage() {
44
return(
55
<sectionclassName="py-8 xl:px-24 sm:px-10 px-5"id="about">
66
<divclassName="text-center my-10">
7-
<h2className="font-bold text-6xl">ABOUT</h2>
7+
<h2className="font-bold text-6xl mb-16">ABOUT</h2>
88
</div>
99
<divclassName="flex justify-center items-center">
1010
<divclassName="lg:grid grid-cols-6 flex-1 max-w-[90rem]">

‎frontend/src/components/Event/EventsBrief.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const EventBrief = () => {
66
return(
77
<sectionclassName="py-8 xl:px-24 sm:px-10 px-5"id="events">
88
<divclassName="text-center my-10">
9-
<h1className="font-bold text-6xl">UPCOMING EVENTS</h1>
9+
<h1className="font-bold text-6xl mb-16">UPCOMING EVENTS</h1>
1010
</div>
1111
{events.length!==0 ?
1212
<EventsCarousel/> :

‎frontend/src/components/Sponsors/index.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const Sponsors = () => {
1111
<divclassName="text-center">
1212
<h2className="font-bold text-6xl">OUR SPONSORS</h2>
1313
</div>
14-
<divclassName="flex-1 flex justify-center items-center my-15">
14+
<divclassName="flex-1 flex justify-center items-center">
1515
<div
16-
className="roundedborder 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
<divclassName="flex justify-center items-center">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp