浏览代码

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`