diff --git a/src/custom/components/Footer/index.tsx b/src/custom/components/Footer/index.tsx index 9c419beb5d..7c4afb3b49 100644 --- a/src/custom/components/Footer/index.tsx +++ b/src/custom/components/Footer/index.tsx @@ -21,7 +21,7 @@ const Wrapper = styled.div` margin: auto 16px; width: 100%; - ${({ theme }) => theme.mediaWidth.upToSmall` + ${({ theme }) => theme.mediaWidth.upToMedium` margin: auto 0 100px; `} `