Terranova commited on
Commit
75603b7
1 Parent(s): dccaca5

Update READMEwip.md

Browse files
Files changed (1) hide show
  1. READMEwip.md +11 -0
READMEwip.md CHANGED
@@ -203,11 +203,22 @@ Details
203
  margin-top: 5px;
204
  }
205
 
 
 
 
 
 
 
 
 
 
206
  .srcimage {
207
  display: inline-block;
208
 
209
  width: 24%;
210
  height: 50%;
211
  margin-left: -2px
 
 
212
  }
213
  </style>
 
203
  margin-top: 5px;
204
  }
205
 
206
+ .srcimage {
207
+ display: inline-block;
208
+
209
+ width: 49%;
210
+ height: 50%;
211
+ margin-left: -2px
212
+ }
213
+
214
+ @media (pointer:none), (pointer:coarse) {
215
  .srcimage {
216
  display: inline-block;
217
 
218
  width: 24%;
219
  height: 50%;
220
  margin-left: -2px
221
+ }
222
+
223
  }
224
  </style>