From 4661578d8fa9a9d083e5d88ec8716b170658b7bc Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Fri, 4 Aug 2023 14:36:39 +0300 Subject: [PATCH] set hero section fixed height --- 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 23d778c..2949c14 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -59,7 +59,7 @@ const StyledHeroSectionBody = styled.div` overflow: hidden; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(1px); - min-height: 60vh; + height: 70vh; @media only screen and (max-width: 1200px) { flex-direction: column;