josejuan314 commited on
Commit
3dc5290
·
verified ·
1 Parent(s): 3dd4034

en móvil no se ven las imágenes que se mueven - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +15 -1
index.html CHANGED
@@ -20,6 +20,15 @@
20
  z-index: 10;
21
  }
22
 
 
 
 
 
 
 
 
 
 
23
  #background-container {
24
  position: relative;
25
  width: 100%;
@@ -42,7 +51,12 @@
42
 
43
  @media (max-width: 640px) {
44
  .draggable {
45
- width: 15% !important;
 
 
 
 
 
46
  }
47
  }
48
  </style>
 
20
  z-index: 10;
21
  }
22
 
23
+ @media (hover: none) {
24
+ .draggable {
25
+ touch-action: manipulation;
26
+ }
27
+ .draggable:active {
28
+ transform: scale(1.1);
29
+ }
30
+ }
31
+
32
  #background-container {
33
  position: relative;
34
  width: 100%;
 
51
 
52
  @media (max-width: 640px) {
53
  .draggable {
54
+ width: 30% !important;
55
+ min-width: 100px;
56
+ }
57
+
58
+ #background-container {
59
+ min-height: 300px;
60
  }
61
  }
62
  </style>