diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index d424eebe55..96a2c4822c 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -10,10 +10,6 @@ border-top: 1px solid var(--color-gray-950); } -.Footer-wrapper.mobile-trade-page { - padding-bottom: 52px; -} - .Footer-logo { margin-bottom: 2.4rem; display: flex; diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 8763ddb8b9..316595f009 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -28,7 +28,7 @@ export default function Footer({ showRedirectModal, redirectPopupTimestamp, isMo return ( <> -