Skip to content

Commit 6ae03f0

Browse files
committed
docs: tweak padding
1 parent b24302a commit 6ae03f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/pages/home/hero-v1/db-scheme.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const DBScheme = () => {
4848
}, [rive, isVisible]);
4949

5050
return (
51-
<section className="mt-16 xl:mt-10 sm:mt-0" ref={containerRef}>
51+
<section className="" ref={containerRef}>
5252
<div
5353
className="relative z-10 3xl:mt-12 2xl:px-5 xl:mt-10 md:mt-9 md:px-3 sm:mt-5 sm:px-0"
5454
ref={animationRef}

src/components/pages/home/hero-v1/hero-v1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const HeroV1 = ({ latestVersion }: { latestVersion: { number: string; slug: stri
3838
in a single place
3939
</h1>
4040
</header>
41-
<footer className="mt-14 flex items-center gap-9 2xl:gap-8 xl:mt-11 xl:gap-6 md:mt-7 sm:mt-6 sm:gap-3.5">
41+
<footer className="mt-12 flex items-center gap-9 2xl:gap-8 xl:mt-11 xl:gap-6 md:mt-7 sm:mt-6 sm:gap-3.5">
4242
<Button
4343
href={Route.VIEW_LIVE_DEMO}
4444
theme="primary-filled"

src/components/pages/home/promo-cards/card/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Card = forwardRef<HTMLElement, CardProps>(function CardComponent(
3535
alt=""
3636
/>
3737
</div>
38-
<div className="mt-4">
38+
<div className="mt-8">
3939
<h3 className="overflow-hidden text-ellipsis whitespace-nowrap text-36 font-bold leading-extra-tight tracking-tighter xl:text-32 md:text-30 sm:text-24">
4040
{title}
4141
</h3>

0 commit comments

Comments
 (0)