Skip to content

Commit a68961d

Browse files
committed
homepage: fix section Y padding
1 parent fbefe8d commit a68961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/homepage/social-proof-section.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function SocialProofSection() {
5252

5353
return (
5454
<section>
55-
<div className="mx-auto max-w-8xl px-4 py-8">
55+
<div className="mx-auto max-w-8xl px-4 py-8 lg:py-24">
5656
<div className="flex flex-col gap-4 lg:flex-row lg:gap-20">
5757
<div className="mb-4 flex w-full flex-col items-start justify-center gap-3 md:gap-5 lg:mb-0">
5858
<div className="flex w-full flex-col items-start justify-center gap-6">

0 commit comments

Comments
 (0)