diff --git a/components/Hero.js b/components/Hero.js index fd91a06..7bf3320 100644 --- a/components/Hero.js +++ b/components/Hero.js @@ -13,7 +13,7 @@ const HeroContainer = styled.div` padding-bottom: 69%; background: url(/assets/hero_illustration.svg); background-repeat: no-repeat; - background-position: top; + background-position: center; background-size: contain; padding-top: 134px; `;