Skip to content

Commit c44de94

Browse files
committed
Merge branch 'staging' of https://github.com/databuddy-analytics/Databuddy into staging
2 parents 485fbd0 + 9403d9f commit c44de94

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)