From beaf213136cafbd67bd734d58f3733427f618a8c Mon Sep 17 00:00:00 2001 From: Yan Sidyakin Date: Tue, 14 Nov 2023 13:10:41 -0800 Subject: [PATCH] Push hero down --- components/Hero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `;