diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index d7dfd4b1..4fefc30f 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -39,7 +39,6 @@ class Navigation extends React.Component { > div { display: inline-block; margin: 2rem auto; - width: 50%; } @media (max-width: 870px) { @@ -108,10 +107,6 @@ class Navigation extends React.Component { return (
-
- Return Home -
-
{ submit }
);