Skip to content

Commit 4680ff0

Browse files
committed
fix: height changes for contact page
1 parent 4a6ef9a commit 4680ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default function ContactPage() {
8787
</defs>
8888
</svg>
8989
<Container
90-
className={`relative p-[64px] w-full min-h-screen justify-between max-x-7xl items-center flex gap-[46px] ${
90+
className={`relative p-[64px] w-full justify-between max-x-7xl items-center flex gap-[46px] ${
9191
width < 1024 ? 'flex-col' : 'flex-row'
9292
}`}
9393
>

0 commit comments

Comments
 (0)