diff --git a/src/components/footer-top.module.scss b/src/components/footer-top.module.scss index 6536e1c..66007c1 100644 --- a/src/components/footer-top.module.scss +++ b/src/components/footer-top.module.scss @@ -31,6 +31,10 @@ z-index: 5; width: 100%; + @media screen and (min-width: 1025px) { + display: none; + } + .footer-button { outline: 0; border: 0; @@ -127,10 +131,13 @@ display: flex; flex-direction: column; gap: 12px; - position: absolute; - bottom: 20px; z-index: 1; + @media screen and (max-width: 1024px) { + position: absolute; + bottom: 20px; + } + .footer-social-media-wrapper { display: flex; gap: 10px;