File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -256,17 +256,24 @@ body.index {
256
256
257
257
.app-to-server {
258
258
width : 476px ;
259
- height : 370 px ;
259
+ height : 430 px ;
260
260
position : relative ;
261
261
pointer-events : none ;
262
262
263
- & > img {
263
+ .phone , .server {
264
264
position : absolute ;
265
- top : -35px ;
266
265
left : -10px ;
267
266
right : -10px ;
268
267
}
269
268
269
+ .phone {
270
+ bottom : -35px ;
271
+ }
272
+
273
+ .server {
274
+ top : -35px ;
275
+ }
276
+
270
277
.prism {
271
278
background : none ;
272
279
box-shadow : none ;
@@ -285,7 +292,7 @@ body.index {
285
292
@keyframes query- up {
286
293
from {
287
294
opacity : 0 ;
288
- top : 170 px ;
295
+ top : 200 px ;
289
296
}
290
297
291
298
5% , 25% {
@@ -297,20 +304,20 @@ body.index {
297
304
}
298
305
299
306
50% , 100% {
300
- top : 100 px ;
307
+ top : 120 px ;
301
308
opacity : 0 ;
302
309
}
303
310
}
304
311
}
305
312
306
313
.response {
307
- animation : response- down 6s 2.3s infinite ease-out both ;
314
+ animation : response- down 6s 2.3s infinite ease-in both ;
308
315
left : 125px ;
309
316
310
317
@keyframes response- down {
311
318
0% {
312
319
opacity : 0 ;
313
- top : 80 px ;
320
+ top : 100 px ;
314
321
}
315
322
316
323
10% {
@@ -323,7 +330,7 @@ body.index {
323
330
324
331
50% , 100% {
325
332
opacity : 0 ;
326
- top : 140 px ;
333
+ top : 170 px ;
327
334
}
328
335
}
329
336
}
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ var index = React.createClass({
192
192
network connections.</ p >
193
193
</ div >
194
194
< div className = "app-to-server" aria-hidden >
195
- < img src = "/img/phone.svg" width = "496" height = "440" />
195
+ < img src = "/img/phone.svg" width = "496" height = "440" className = "phone" />
196
196
< div className = "query" >
197
197
< Prism >
198
198
{ `{
@@ -220,7 +220,7 @@ var index = React.createClass({
220
220
}` }
221
221
</ Prism >
222
222
</ div >
223
- < img src = "/img/server.svg" width = "496" height = "440" />
223
+ < img src = "/img/server.svg" width = "496" height = "440" className = "server" />
224
224
</ div >
225
225
</ section >
226
226
</ div >
You can’t perform that action at this time.
0 commit comments