center feedback form

This commit is contained in:
Dobromir Popov
2024-02-28 17:12:34 +02:00
parent 8acfdd7087
commit c1a567cad7

View File

@ -5,7 +5,9 @@ import FeedbackForm from "../components/reports/FeedbackForm";
const ContactsPage = () => {
return (
<Layout>
<FeedbackForm />
<div className="h-5/6 grid place-items-center">
<FeedbackForm />
</div>
</Layout >
);
};