Explorar o código

hide producthunt embed on mobile

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
d19923fed6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/components/Producthunt/index.tsx

+ 4 - 0
src/components/Producthunt/index.tsx

@@ -5,6 +5,10 @@ const StyledProducthunt = styled.a`
   position: fixed;
   bottom: 12px;
   right: 12px;
+
+  @media only screen and (max-width: 768px) {
+    display: none;
+  }
 `;
 
 const StyledImage = styled.img`