Преглед на файлове

hide producthunt embed on mobile

AykutSarac преди 3 години
родител
ревизия
d19923fed6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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`