Terranova commited on
Commit
4896baa
·
1 Parent(s): b28de40

Update READMEwip.md

Browse files
Files changed (1) hide show
  1. READMEwip.md +2 -25
READMEwip.md CHANGED
@@ -206,32 +206,9 @@ Details
206
  .srcimage {
207
  display: inline-block;
208
 
209
- width: 24%;
210
- height: 50%;
211
- margin-left: -2px
212
- }
213
- @media screen
214
- and (min-device-width: 1200px)
215
- and (max-device-width: 1600px)
216
- and (-webkit-min-device-pixel-ratio: 1) {
217
-
218
- .srcimage {
219
- display: inline-block;
220
-
221
- width: 24%;
222
- height: 50%;
223
- margin-left: -2px
224
- }
225
-
226
- }
227
- @media (pointer:none), (pointer:coarse) {
228
- .srcimage {
229
- display: inline-block;
230
-
231
  width: 49%;
232
- height: 50%;
233
  margin-left: -2px
234
- }
235
-
236
  }
 
237
  </style>
 
206
  .srcimage {
207
  display: inline-block;
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  width: 49%;
210
+ height: 49%;
211
  margin-left: -2px
 
 
212
  }
213
+
214
  </style>