Skip to content

Commit cf37f24

Browse files
author
contra
authored
Revert "added in fourth item in feature box and adjusted mobile responsiveness"
1 parent 35ff78e commit cf37f24

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

css/main.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ body {
6666
}
6767
.subheading + .paragraph {
6868
margin-top: 10px;
69-
padding: 0 30px 0 30px;
7069
}
7170
p.paragraph {
7271
color: rgba(0, 0, 0, .5);
@@ -391,13 +390,6 @@ p.paragraph {
391390
padding: 90px 0;
392391
border-bottom: 1px solid rgba(0, 0, 0, .1);
393392
}
394-
.feature3 .flex {
395-
flex-wrap: wrap;
396-
}
397-
.feature3 .col-6 {
398-
margin-top: 40px;
399-
text-align: center;
400-
}
401393
.feature3 .svg {
402394
margin-bottom: 30px;
403395
color: black
@@ -406,8 +398,20 @@ p.paragraph {
406398
.feature3 .flex {
407399
flex-wrap: wrap;
408400
}
409-
.feature3 .col-6 {
401+
.feature3 .col-4:nth-of-type(1) {
410402
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;
412416
}
413417
}

index.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,27 @@ <h2 class="paragraph">
5555

5656
<div class="feature3">
5757
<div class="container-lrg flex baseline">
58-
<div class="col-6">
58+
<div class="col-4">
5959
<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>
6161
<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.
6363
</p>
6464
</div>
65-
<div class="col-6">
65+
<div class="col-4">
6666
<b class="svg center"><img class="mask-img" src="img/guage.svg"></b>
6767
<h3 class="subheading center">Efficient Builds</h3>
6868
<p class="paragraph">
6969
Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.
7070
</p>
7171
</div>
72-
<div class="col-6">
72+
<div class="col-4">
7373
<b class="svg center"><img class="mask-img" src="img/atom.svg"></b>
7474
<h3 class="subheading center">Quality Ecosystem</h3>
7575
<p class="paragraph">
7676
By enforcing strict guidelines, we ensure our plugins stay simple and work as expected.
7777
</p>
7878
</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>
8679
</div>
8780
</div>
8881

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy