Skip to content

Commit 9403d9f

Browse files
authored
fix: remove extra padding on homepage (#93)
1 parent e84e4c3 commit 9403d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/landing/section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Section = ({
2626
<div className="hidden w-px flex-shrink-0 bg-stone-200 lg:block dark:bg-border" />
2727

2828
{/* Content with spacing */}
29-
<div className="flex-1 px-4 sm:px-6 lg:px-8">{children}</div>
29+
<div className="flex-1">{children}</div>
3030

3131
{/* Right border line - hidden on mobile, visible on larger screens */}
3232
<div className="hidden w-px flex-shrink-0 bg-stone-200 lg:block dark:bg-border" />

0 commit comments

Comments
 (0)