From 722ec20bad64d8c69b173c163011d37ad0b55591 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 6 Jan 2022 19:27:45 +0100 Subject: chore: move Main grid to its children This way I can use full width background for some blocks. --- src/pages/contact.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/pages/contact.tsx') diff --git a/src/pages/contact.tsx b/src/pages/contact.tsx index ca82f5b..9eebdb2 100644 --- a/src/pages/contact.tsx +++ b/src/pages/contact.tsx @@ -10,6 +10,7 @@ import { GetStaticProps, GetStaticPropsContext } from 'next'; import Head from 'next/head'; import { FormEvent, useState } from 'react'; import PostHeader from '@components/PostHeader/PostHeader'; +import styles from '@styles/pages/Page.module.scss'; const ContactPage: NextPageWithLayout = () => { const [name, setName] = useState(''); @@ -58,9 +59,11 @@ const ContactPage: NextPageWithLayout = () => { {seo.contact.title} -
+
-
+

{t`All fields marked with * are required.`}

{status &&

{status}

}
-- cgit v1.2.3