Explorar o código

hide vscode btn on mobile

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
ca0bb8b32c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/containers/Home/styles.tsx

+ 4 - 0
src/containers/Home/styles.tsx

@@ -143,6 +143,10 @@ export const StyledSponsorButton = styled(StyledButton)<{ isBlue?: boolean }>`
       color: white;
     }
   }
+
+  @media only screen and (max-width: 768px) {
+    display: ${({ isBlue }) => isBlue && "none"};
+  }
 `;
 
 export const StyledFeaturesSection = styled.section`