diff --git a/components/logo/index.tsx b/components/logo/index.tsx index dbca3be..9d22f2a 100644 --- a/components/logo/index.tsx +++ b/components/logo/index.tsx @@ -36,4 +36,8 @@ export const LogoContainer = styled.div` margin-top: 5rem; margin-left: 5rem; + + @media screen and (max-width: 1280px) { + display: none; + } `;