File tree Expand file tree Collapse file tree 2 files changed +19
-22
lines changed Expand file tree Collapse file tree 2 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 66
66
}
67
67
.subheading + .paragraph {
68
68
margin-top : 10px ;
69
- padding : 0 30px 0 30px ;
70
69
}
71
70
p .paragraph {
72
71
color : rgba (0 , 0 , 0 , .5 );
@@ -391,13 +390,6 @@ p.paragraph {
391
390
padding : 90px 0 ;
392
391
border-bottom : 1px solid rgba (0 , 0 , 0 , .1 );
393
392
}
394
- .feature3 .flex {
395
- flex-wrap : wrap;
396
- }
397
- .feature3 .col-6 {
398
- margin-top : 40px ;
399
- text-align : center;
400
- }
401
393
.feature3 .svg {
402
394
margin-bottom : 30px ;
403
395
color : black
@@ -406,8 +398,20 @@ p.paragraph {
406
398
.feature3 .flex {
407
399
flex-wrap : wrap;
408
400
}
409
- .feature3 .col-6 {
401
+ .feature3 .col-4 : nth-of-type ( 1 ) {
410
402
width : 100% ;
411
- text-align : center;
403
+ margin-bottom : 30px ;
404
+ }
405
+ .feature3 .col-4 : not (: nth-of-type (1 )) {
406
+ width : 50% ;
407
+ }
408
+ }
409
+ @media (max-width : 500px ) {
410
+ .feature3 .col-4 : nth-of-type (1 ) {
411
+ margin-bottom : 0 ;
412
+ }
413
+ .feature3 .col-4 : not (: nth-of-type (1 )) {
414
+ width : 100% ;
415
+ margin-top : 30px ;
412
416
}
413
417
}
Original file line number Diff line number Diff line change @@ -55,34 +55,27 @@ <h2 class="paragraph">
55
55
56
56
< div class ="feature3 ">
57
57
< div class ="container-lrg flex baseline ">
58
- < div class ="col-6 ">
58
+ < div class ="col-4 ">
59
59
< b class ="svg center "> < img class ="mask-img " src ="img/browser.svg "> </ b >
60
- < h3 class ="subheading center "> Easy to Use </ h3 >
60
+ < h3 class ="subheading center "> Simple Usage </ h3 >
61
61
< p class ="paragraph ">
62
- By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable .
62
+ By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before .
63
63
</ p >
64
64
</ div >
65
- < div class ="col-6 ">
65
+ < div class ="col-4 ">
66
66
< b class ="svg center "> < img class ="mask-img " src ="img/guage.svg "> </ b >
67
67
< h3 class ="subheading center "> Efficient Builds</ h3 >
68
68
< p class ="paragraph ">
69
69
Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.
70
70
</ p >
71
71
</ div >
72
- < div class ="col-6 ">
72
+ < div class ="col-4 ">
73
73
< b class ="svg center "> < img class ="mask-img " src ="img/atom.svg "> </ b >
74
74
< h3 class ="subheading center "> Quality Ecosystem</ h3 >
75
75
< p class ="paragraph ">
76
76
By enforcing strict guidelines, we ensure our plugins stay simple and work as expected.
77
77
</ p >
78
78
</ div >
79
- < div class ="col-6 ">
80
- < b class ="svg center "> < img class ="mask-img " src ="img/book.svg "> </ b >
81
- < h3 class ="subheading center "> Easy to Learn</ h3 >
82
- < p class ="paragraph ">
83
- Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine.
84
- </ p >
85
- </ div >
86
79
</ div >
87
80
</ div >
88
81
You can’t perform that action at this time.
0 commit comments