diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 5a5f058..dc51bef 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -426,7 +426,7 @@ footer { @media (max-width: 1025px) { display: block; } - & span { + & img { @media (max-width: 1025px) { background-position: center; background-repeat: no-repeat; @@ -437,12 +437,6 @@ footer { right: 0; cursor: pointer; } - & img { - @media (max-width: 1025px) { - top: 0; - position: absolute; - } - } } } & :nth-child(7n) { diff --git a/src/components/Footer/FooterTop.tsx b/src/components/Footer/FooterTop.tsx index 59e5965..bda0c00 100644 --- a/src/components/Footer/FooterTop.tsx +++ b/src/components/Footer/FooterTop.tsx @@ -14,9 +14,8 @@ const FooterTop = () => {