diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss index 59c12c6..f36307a 100644 --- a/src/components/common/footer/footer.module.scss +++ b/src/components/common/footer/footer.module.scss @@ -193,7 +193,7 @@ grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; - li { + div { width: tovw(24px, 'default', 24px); height: tovw(24px, 'default', 24px); } @@ -229,7 +229,7 @@ } } - > li { + div { display: flex; gap: tovw(37px, 'default', 24px); @media screen and (max-width: 800px) { diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index 19f4e84..4da7954 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -60,6 +60,7 @@ export const Footer = () => {