diff --git a/components/common/Footer/Footer.module.css b/components/common/Footer/Footer.module.css index 2ba492086..dc4f09666 100644 --- a/components/common/Footer/Footer.module.css +++ b/components/common/Footer/Footer.module.css @@ -1,13 +1,3 @@ .root { - @apply border-t border-accent-2; -} - -.link { - & > svg { - @apply transform duration-75 ease-linear; - } - - &:hover > svg { - @apply scale-110; - } + @apply py-10 mt-5; } diff --git a/components/common/Footer/Footer.tsx b/components/common/Footer/Footer.tsx index 73370087f..0fa511d7b 100644 --- a/components/common/Footer/Footer.tsx +++ b/components/common/Footer/Footer.tsx @@ -29,62 +29,19 @@ const Footer: FC = ({ className, pages }) => { return (