diff options
Diffstat (limited to 'app/contact/page.tsx')
-rw-r--r-- | app/contact/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 6af8ad1..e75ab1f 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -8,7 +8,7 @@ export default function Contact() { <h1 className="pageTitle"> Contact </h1> - <main className="mainColumn"> + <main className="mainColumn card"> <InfoBar> Be nice. Please don't make us regret putting this here </InfoBar> |