Переглянути джерело

remove button pointer events disable

AykutSarac 2 роки тому
батько
коміт
f5516b3ae4
1 змінених файлів з 0 додано та 10 видалено
  1. 0 10
      src/pages/index.tsx

+ 0 - 10
src/pages/index.tsx

@@ -126,16 +126,6 @@ const StyledButton = styled(Button)`
     font-weight: 700;
     font-size: 16px;
   }
-
-  @media only screen and (max-width: 768px) {
-    &:first-of-type {
-      pointer-events: none;
-
-      div {
-        content: "Incompatible Device";
-      }
-    }
-  }
 `;
 
 const StyledFeaturesSection = styled.section`