diff --git a/src/app/contact/Form.tsx b/src/app/contact/Form.tsx index f5891515..594fddf7 100644 --- a/src/app/contact/Form.tsx +++ b/src/app/contact/Form.tsx @@ -13,7 +13,7 @@ export default function Form({ className }: { className?: string }) { return (
-
+
diff --git a/src/app/contact/Sponsorship.tsx b/src/app/contact/Sponsorship.tsx index 2dda69ce..e9f5a04f 100644 --- a/src/app/contact/Sponsorship.tsx +++ b/src/app/contact/Sponsorship.tsx @@ -5,7 +5,7 @@ import Image from 'next/image'; export default function Sponsorship({ className }: { className?: string }) { return (
-
+

@@ -18,7 +18,7 @@ export default function Sponsorship({ className }: { className?: string }) { alt="Crosses" height={80} width={237} - className="w-1/3 md:w-fit" + className="hidden w-1/3 md:block md:w-fit" />