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 ff12463 commit e4ec99bCopy full SHA for e4ec99b
1 file changed
apps/web/src/app/(marketing)/contact/page.tsx
@@ -15,7 +15,7 @@ export default function ContactPage() {
15
return (
16
<div className="flex min-h-dvh flex-col">
17
<Section className="flex-1">
18
- <SectionContent className="px-12 pt-24 pb-24 lg:pt-36">
+ <SectionContent className="px-12 pt-24 pb-24 sm:pt-24 sm:pb-24 md:pt-32 md:pb-24 lg:px-12 lg:pt-36 lg:pb-24">
19
<div className="mx-auto max-w-lg">
20
<div className="space-y-3 text-center">
21
<h1 className="text-foreground/90 text-2xl font-semibold tracking-tight sm:text-3xl">
0 commit comments