From 93a4f85d8cb42f41cab6a30cef14f38945206001 Mon Sep 17 00:00:00 2001 From: thenry3 <43651306+thenry3@users.noreply.github.com> Date: Mon, 9 Dec 2019 12:38:22 -0800 Subject: [PATCH] text align for heading --- src/components/Heading/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Heading/index.tsx b/src/components/Heading/index.tsx index f688ff0..0b73279 100644 --- a/src/components/Heading/index.tsx +++ b/src/components/Heading/index.tsx @@ -22,6 +22,7 @@ const Wrapper = styled('div')` const HeadTitle = styled('p')` font-size: 48px; margin-top: 5vh; + text-align: center; @media only screen and (max-width: 800px) { font-size: 30px; line-height: 45px;