File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,29 @@ import Cut from "../Common/Cut";
66---
77
88<Cut
9- className =" mb-12 flex min-h-[40rem] max-w-full items-center pt-32"
9+ className =" mb-12 flex min-h-[40rem] max-w-full items-center pt-24 pb-6 lg:pt- 32"
1010 bottom =" up"
1111 bgClass =" bg-base-content/10"
1212>
1313 <Container wide >
14- <div class =" flex flex-col gap-20 md:grid md:grid-cols-2 2xl:px-32" >
15- <div class =" flex flex-col justify-center gap-8 text-center md:pl-1 md:text-left" >
16- <h2 class =" text-5xl font-bold xl:text-6xl 2xl:text-7xl" >
17- Together<br />in tech and life
18- </h2 >
14+ <div class =" flex flex-col gap-20 md:grid md:grid-cols-2 md:items-center 2xl:px-32" >
15+ <div class =" flex flex-col items-center" >
16+ <div
17+ class =" flex max-w-[40rem] flex-col justify-center gap-8 text-center md:pl-1 md:text-left"
18+ >
19+ <h2 class =" text-5xl font-bold xl:text-6xl 2xl:text-7xl" >
20+ Together<br />in tech and life
21+ </h2 >
1922
20- <p class =" text-2xl" >Build cool things, share life hacks, and meet kind minds.</p >
21- <p class =" text-lg" >
22- With over 2,000 attendees, OKTech is Kaisai's largest English speaking Technology Meetup
23- Group.
24- </p >
23+ <p class =" text-2xl" >Build cool things, share life hacks, and meet kind minds.</p >
24+ <p class =" text-lg" >
25+ With over 2,000 attendees, OKTech is Kaisai's largest English speaking Technology Meetup
26+ Group.
27+ </p >
28+ </div >
2529 </div >
2630 <div >
27- <Parallax client:idle >
31+ <Parallax client:idle className = " md:-my-10 md:-mr-10 md:-mb-30 lg:-mr-20 " >
2832 <BlobSlideshow
2933 startTimeOffset ={ 1000 }
3034 images ={ [
You can’t perform that action at this time.
0 commit comments