diff --git a/src/components/ScrollDown/styles.module.scss b/src/components/ScrollDown/styles.module.scss index d3b60a608..77414c95d 100644 --- a/src/components/ScrollDown/styles.module.scss +++ b/src/components/ScrollDown/styles.module.scss @@ -44,7 +44,6 @@ $wheel_size: $border_width * 2; .scroll_msg_container { position: absolute; - bottom: 40px; left: 50%; width: $mouse_width + $border_width; @@ -54,6 +53,12 @@ $wheel_size: $border_width * 2; -webkit-mask-image: linear-gradient(black, transparent); mask-image: linear-gradient(black, transparent); + + bottom: 24px; + + @include min-tablet { + bottom: 40px; + } } .scroll_msg_inner { width: $mouse_width; diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index c3d1ac1b6..2805fcf5b 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -20,8 +20,8 @@ export default function HeroContent() {