From 5acf01558ce4babc5f3a174ceb60d2bb8da222ce Mon Sep 17 00:00:00 2001 From: jaimin kapopara <88267997+Jaiminkapopara@users.noreply.github.com> Date: Sun, 5 Mar 2023 11:18:58 +0530 Subject: [PATCH] scroll fixed --- src/components/Hero.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index f5d6e60a..3466a04c 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -19,7 +19,7 @@ const Section = styled.div` const Container = styled.div` height: 100%; - scroll-snap-align: center; +// scroll-snap-align: center; width: 1400px; display: flex; justify-content: space-between;