Skip to content

Commit

Permalink
minchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise authored May 5, 2024
1 parent 187f3b0 commit 745e52e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Home() {
</header>
<main>
{' '}
<WobbleCard containerClassName="h-[448px] bg-yellow-800 m-4 mt-[2rem]">
<WobbleCard containerClassName="bg-yellow-800 m-4 mt-[2rem]">
<div>
<h2 className="text-left text-balance text-base md:text-xl lg:text-3xl font-semibold tracking-[-0.015em] text-white">
The best way to learn is by building.
Expand All @@ -96,7 +96,7 @@ function Home() {
width={500}
height={500}
alt="image"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-[100px] object-contain rounded-2xl"
/>
</WobbleCard>
<div className="main">
Expand All @@ -118,10 +118,16 @@ function Home() {
</div>
</main>
<section>
<div className="w-1/2 mx-auto text-center ">
<h2 id="timeline-heading">Why you should join</h2>
<span className="caption">{"Why Get Involved? You shouldn't misout."}</span>
<div className="flex items-center flex-col justify-center gap-10 md:flex-row lg:flex-row ">
<div className="w-1/2 mx-auto text-center">
<h2 className="text-balance text-base md:text-xl ">
Why you should join.
</h2>
<p className="text-base/6 text-neutral-200">
<span>
{"Why Get Involved? The reason why you shouldn't miss this."}
</span>
</p>
<div className="flex items-center flex-col justify-between gap-2 md:flex-row lg:flex-row ">
<div>
<CardStacker />
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/wobble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function Wobble() {
width={1000}
height={1000}
alt="image"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-10 object-contain rounded-2xl"
className="absolute right-[100%] md:-right-[40%] lg:-right-[20%] -bottom-[100px] object-contain rounded-2xl"
/>
</WobbleCard>
</div>
Expand Down

0 comments on commit 745e52e

Please sign in to comment.