diff --git a/pages/contact/index.tsx b/pages/contact/index.tsx index b7ca653..0c81246 100644 --- a/pages/contact/index.tsx +++ b/pages/contact/index.tsx @@ -31,7 +31,7 @@ const Contact: NextPage = ({ address, city, state, zip, phone, gMapUrl
-

+

@@ -41,15 +41,15 @@ const Contact: NextPage = ({ address, city, state, zip, phone, gMapUrl {city}, {state} {zip}
-

-

+

+
{phone} -

+
@@ -94,7 +94,7 @@ const ContactStyles = styled.div` text-align: center; margin-bottom: 1rem; } - p { + .contact-item { display: flex; flex-flow: column; align-items: center;