Browse Source

remove button pointer events disable

AykutSarac 2 năm trước cách đây
mục cha
commit
f5516b3ae4
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  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`