We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4c2de commit bf1aeceCopy full SHA for bf1aece
1 file changed
app/contact/page.tsx
@@ -87,7 +87,7 @@ export default function ContactPage() {
87
</defs>
88
</svg>
89
<Container
90
- className={`relative p-[64px] w-full min-h-screen justify-between max-x-7xl items-center flex gap-[46px] ${
+ className={`relative p-[64px] w-full justify-between max-x-7xl items-center flex gap-[46px] ${
91
width < 1024 ? 'flex-col' : 'flex-row'
92
}`}
93
>
0 commit comments