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.
1 parent be89950 commit 2e09b6bCopy full SHA for 2e09b6b
src/components/home.tsx
@@ -88,7 +88,10 @@ export default async function Home() {
88
</p>
89
</div>
90
{/* Search + SDKs row, same width as Sentry Products */}
91
- <div className="max-w-screen-xl mx-auto px-6 lg:px-8 w-full" style={{marginTop: 0, paddingTop: 0}}>
+ <div
92
+ className="max-w-screen-xl mx-auto px-6 lg:px-8 w-full"
93
+ style={{marginTop: 0, paddingTop: 0}}
94
+ >
95
<div
96
className="w-full flex flex-col md:flex-row items-stretch justify-between relative"
97
style={{marginTop: 0, marginBottom: 0}}
0 commit comments