We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 485fbd0 + 9403d9f commit c44de94Copy full SHA for c44de94
apps/docs/components/landing/section.tsx
@@ -26,7 +26,7 @@ const Section = ({
26
<div className="hidden w-px flex-shrink-0 bg-stone-200 lg:block dark:bg-border" />
27
28
{/* Content with spacing */}
29
- <div className="flex-1 px-4 sm:px-6 lg:px-8">{children}</div>
+ <div className="flex-1">{children}</div>
30
31
{/* Right border line - hidden on mobile, visible on larger screens */}
32
0 commit comments