Skip to content

Commit 7855096

Browse files
chore: update styling on sales (#2463)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent d3916f3 commit 7855096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/app/(v2)/(marketing)/sales/SalesPageClient.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function SalesPageClient() {
99

1010
return (
1111
<main className="min-h-screen w-full bg-black">
12-
<div className="relative isolate overflow-hidden pb-8 sm:pb-10 pt-40">
12+
<div className="relative isolate overflow-hidden pt-40">
1313
<div className="mx-auto max-w-4xl px-6 lg:px-8 text-center">
1414
<h1 className="text-6xl font-700 text-white leading-[1.1] tracking-normal">
1515
Contact Sales
@@ -20,7 +20,7 @@ export default function SalesPageClient() {
2020
</div>
2121
</div>
2222

23-
<div className="mx-auto max-w-2xl px-6 lg:px-8 pt-16 sm:pt-24">
23+
<div className="mx-auto max-w-2xl px-6 lg:px-8 pt-8 sm:pt-12 pb-16 sm:pb-24">
2424
<form action="#" method="POST" className="mx-auto mt-16 max-w-xl sm:mt-20">
2525
<div className="grid grid-cols-1 gap-x-8 gap-y-6 sm:grid-cols-2">
2626
<div>

0 commit comments

Comments
 (0)