We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bdddd commit 0c95e9fCopy full SHA for 0c95e9f
1 file changed
src/components/ContactUs/ContactUs.tsx
@@ -20,7 +20,7 @@ export default function ContactUs() {
20
if (!screenWidth) return null;
21
22
return (
23
- <section id="contact-us" className="min-h-screen bg-white pb-20">
+ <section id="contact-us" className="bg-white pb-20">
24
<h2 className="font-montserrat text-base uppercase w-fit mx-auto py-5">
25
Contact us
26
</h2>
0 commit comments