From 964666bdc7ad152e086abe3d6abb5862814c61b6 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Tue, 19 Jan 2021 00:46:12 +0100 Subject: [PATCH] Update hero styles --- components/Hero.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Hero.tsx b/components/Hero.tsx index ce1b77d..282146a 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -7,6 +7,7 @@ const Wrapper = styled.div` display: grid; align-items: center; height: auto; + text-align: center; @media (max-width: 768px) { min-height: 65vh;