Skip to content

Commit e4ec99b

Browse files
committed
fix(web): restore contact page top spacing
1 parent ff12463 commit e4ec99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/src/app/(marketing)/contact

apps/web/src/app/(marketing)/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function ContactPage() {
1515
return (
1616
<div className="flex min-h-dvh flex-col">
1717
<Section className="flex-1">
18-
<SectionContent className="px-12 pt-24 pb-24 lg:pt-36">
18+
<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">
1919
<div className="mx-auto max-w-lg">
2020
<div className="space-y-3 text-center">
2121
<h1 className="text-foreground/90 text-2xl font-semibold tracking-tight sm:text-3xl">

0 commit comments

Comments
 (0)