Page margins update (#50)

* padding top updated

* updated credits
This commit is contained in:
Owen Rees
2023-07-04 16:55:51 +02:00
committed by GitHub
parent 34f0c23526
commit 7cb8352bf4
2 changed files with 6 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ import { useTranslations } from "next-intl";
import ContactForm from "./ContactForm";
// TODO fix page sizing
export default function Contact() {
const t = useTranslations("Contact");