Skip to content

Commit 0c95e9f

Browse files
committed
refactor: remove min height
Remove the min height which created a lot of white space after successfull form submision
1 parent f4bdddd commit 0c95e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ContactUs/ContactUs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function ContactUs() {
2020
if (!screenWidth) return null;
2121

2222
return (
23-
<section id="contact-us" className="min-h-screen bg-white pb-20">
23+
<section id="contact-us" className="bg-white pb-20">
2424
<h2 className="font-montserrat text-base uppercase w-fit mx-auto py-5">
2525
Contact us
2626
</h2>

0 commit comments

Comments
 (0)