diff --git a/src/pages/help/Help.module.scss b/src/pages/help/Help.module.scss index bab4dc8..dec155e 100644 --- a/src/pages/help/Help.module.scss +++ b/src/pages/help/Help.module.scss @@ -13,6 +13,7 @@ flex: 1; width: 100%; align-items: flex-start; + padding-top: 60px; } .mainWrapper { diff --git a/src/pages/landing/Landing.tsx b/src/pages/landing/Landing.tsx index 44c1f25..8878828 100644 --- a/src/pages/landing/Landing.tsx +++ b/src/pages/landing/Landing.tsx @@ -36,7 +36,7 @@ const Landing: React.FC = () => { const observerOptions = { root: null, rootMargin: '0px', - threshold: 0.2, + threshold: 0.1, }; /**