File tree Expand file tree Collapse file tree 2 files changed +22
-19
lines changed Expand file tree Collapse file tree 2 files changed +22
-19
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 ;
69
70
}
70
71
p .paragraph {
71
72
color : rgba (0 , 0 , 0 , .5 );
@@ -390,6 +391,13 @@ p.paragraph {
390
391
padding : 90px 0 ;
391
392
border-bottom : 1px solid rgba (0 , 0 , 0 , .1 );
392
393
}
394
+ .feature3 .flex {
395
+ flex-wrap : wrap;
396
+ }
397
+ .feature3 .col-6 {
398
+ margin-top : 40px ;
399
+ text-align : center;
400
+ }
393
401
.feature3 .svg {
394
402
margin-bottom : 30px ;
395
403
color : black
@@ -398,20 +406,8 @@ p.paragraph {
398
406
.feature3 .flex {
399
407
flex-wrap : wrap;
400
408
}
401
- .feature3 .col-4 : nth-of-type (1 ) {
402
- width : 100% ;
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 )) {
409
+ .feature3 .col-6 {
414
410
width : 100% ;
415
- margin-top : 30 px ;
411
+ text-align : center ;
416
412
}
417
413
}
Original file line number Diff line number Diff line change @@ -55,27 +55,34 @@ <h2 class="paragraph">
55
55
56
56
< div class ="feature3 ">
57
57
< div class ="container-lrg flex baseline ">
58
- < div class ="col-4 ">
58
+ < div class ="col-6 ">
59
59
< b class ="svg center "> < img class ="mask-img " src ="img/browser.svg "> </ b >
60
- < h3 class ="subheading center "> Simple Usage </ h3 >
60
+ < h3 class ="subheading center "> Easy to Use </ h3 >
61
61
< p class ="paragraph ">
62
- By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before .
62
+ By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable .
63
63
</ p >
64
64
</ div >
65
- < div class ="col-4 ">
65
+ < div class ="col-6 ">
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-4 ">
72
+ < div class ="col-6 ">
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 >
79
86
</ div >
80
87
</ div >
81
88
You can’t perform that action at this time.
0 commit comments