Pārlūkot izejas kodu

hide producthunt embed on mobile

AykutSarac 3 gadi atpakaļ
vecāks
revīzija
d19923fed6
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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`