Skip to content

Commit 492515e

Browse files
Tweak hero positioning
1 parent bb3e923 commit 492515e

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

src/components/Landing/LandingHero.astro

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff 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={[

0 commit comments

Comments
 (0)