readme and package updates

This commit is contained in:
Owen Rees
2023-06-23 10:00:38 +02:00
parent bd8187fd74
commit 25036d5790
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import ContactForm from "@/components/ContactForm";
export default function Contact() {
return (
<Layout>
<section className="grid place-items-center bg-white dark:bg-gray-800">
<section className="grid place-items-center bg-white dark:bg-gray-800">
<div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md">
<h2
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"