From b8c559eb19d854334bb1d4161da97a347fe5006d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Mon, 9 Oct 2023 11:10:52 +0300 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0c56cd4..63d7f93 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -58,7 +58,7 @@ const StyledHeroSectionBody = styled.div` position: relative; display: flex; align-items: center; - justify-content: space-between; + justify-content: center; padding: 5em 10%; overflow: hidden; backdrop-filter: blur(1px);