File tree Expand file tree Collapse file tree 3 files changed +51
-23
lines changed Expand file tree Collapse file tree 3 files changed +51
-23
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
@media screen and (max-width : 900px ) {
42
42
.centerdevices .computerwrapper .computer {
43
- margin : auto;
44
43
width : 100% ;
45
44
padding : 20px ;
46
45
height : calc ((100vw - 80px ) * .75 );
47
46
}
48
47
}
48
+ @media screen and (max-width : 370px ) {
49
+ .centerdevices .computerwrapper .computer {
50
+ padding : 15px ;
51
+ }
52
+ }
49
53
.centerdevices .iphoneipad2 .mask {
50
54
height : 100% ;
51
55
width : 100% ;
Original file line number Diff line number Diff line change @@ -81,26 +81,6 @@ div.logo-cli {
81
81
p .paragraph {
82
82
color : rgba (0 , 0 , 0 , .5 );
83
83
}
84
- .logo {
85
- font-size : 30px ;
86
- line-height : 30px ;
87
- font-weight : 900 ;
88
- }
89
- @media (max-width : 420px ) {
90
- .logo {
91
- font-size : 22px ;
92
- }
93
- }
94
- .nav-link2 ,
95
- .nav-link {
96
- text-decoration : none;
97
- font-size : 18px ;
98
- line-height : 30px ;
99
- color : inherit;
100
- }
101
- .nav-link : not (: first-of-type ) {
102
- margin-left : 20px ;
103
- }
104
84
.text-center {
105
85
text-align : center;
106
86
}
@@ -276,6 +256,40 @@ p.paragraph {
276
256
.sidedevices {
277
257
position : relative;
278
258
}
259
+
260
+ /*elements*/
261
+ .logo {
262
+ font-size : 30px ;
263
+ line-height : 30px ;
264
+ font-weight : 900 ;
265
+ }
266
+ @media (max-width : 420px ) {
267
+ .logo {
268
+ font-size : 22px ;
269
+ }
270
+ }
271
+ .nav-link {
272
+ text-decoration : none;
273
+ font-size : 18px ;
274
+ line-height : 30px ;
275
+ color : inherit;
276
+ }
277
+ .nav-link : not (: first-of-type ) {
278
+ margin-left : 20px ;
279
+ }
280
+ @media (max-width : 370px ) {
281
+ .nav {
282
+ padding : 0 10px ;
283
+ }
284
+ }
285
+ @media (max-width : 350px ) {
286
+ .nav {
287
+ padding : 0 ;
288
+ }
289
+ .nav-link {
290
+ font-size : 16px ;
291
+ }
292
+ }
279
293
.header {
280
294
padding : 20px 0 90px 0 ;
281
295
overflow : hidden;
@@ -291,6 +305,16 @@ p.paragraph {
291
305
margin-top : 60px ;
292
306
}
293
307
}
308
+ @media (max-width : 500px ) {
309
+ .header .heading {
310
+ margin-top : 50px ;
311
+ }
312
+ }
313
+ @media (max-width : 350px ) {
314
+ .header .editor-window code span {
315
+ font-size : 14px ;
316
+ }
317
+ }
294
318
.ctas-button ,
295
319
.ctas-button-2 {
296
320
display : inline-block;
@@ -358,7 +382,7 @@ p.paragraph {
358
382
@media (max-width : 420px ) {
359
383
.editor-window code ,
360
384
.editor-window code span {
361
- font-size : 13 pt ;
385
+ font-size : 16 px ;
362
386
}
363
387
}
364
388
.editor-window pre {
Original file line number Diff line number Diff line change 17
17
< a class ="logo mobile-hide ">
18
18
< img class ="logo-img " src ="img/gulp-white-text.svg ">
19
19
</ a >
20
- < div class ="mobile-col-12 spread ">
20
+ < div class ="nav mobile-col-12 spread ">
21
21
< a class ="nav-link " href ="https://github.com/gulpjs/gulp/blob/master/docs/API.md "> Docs</ a >
22
22
< a class ="nav-link " href ="http://gulpjs.com/plugins "> Plugins</ a >
23
23
< a class ="nav-link " href ="https://twitter.com/gulpjs "> Twitter</ a >
You can’t perform that action at this time.
0 commit comments