diff --git a/css/main.css b/css/main.css index 20b4d8a..b0be0c4 100755 --- a/css/main.css +++ b/css/main.css @@ -66,7 +66,6 @@ body { } .subheading + .paragraph { margin-top: 10px; - padding: 0 30px 0 30px; } p.paragraph { color: rgba(0, 0, 0, .5); @@ -391,13 +390,6 @@ p.paragraph { padding: 90px 0; border-bottom: 1px solid rgba(0, 0, 0, .1); } -.feature3 .flex { - flex-wrap: wrap; -} -.feature3 .col-6 { - margin-top: 40px; - text-align: center; -} .feature3 .svg { margin-bottom: 30px; color: black @@ -406,8 +398,20 @@ p.paragraph { .feature3 .flex { flex-wrap: wrap; } - .feature3 .col-6 { + .feature3 .col-4:nth-of-type(1) { width: 100%; - text-align: center; + margin-bottom: 30px; + } + .feature3 .col-4:not(:nth-of-type(1)) { + width: 50%; + } +} +@media (max-width: 500px) { + .feature3 .col-4:nth-of-type(1) { + margin-bottom: 0; + } + .feature3 .col-4:not(:nth-of-type(1)) { + width: 100%; + margin-top: 30px; } } diff --git a/index.html b/index.html index 01a7701..959e0a4 100755 --- a/index.html +++ b/index.html @@ -55,34 +55,27 @@
- By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable. + By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.
Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.
By enforcing strict guidelines, we ensure our plugins stay simple and work as expected.
- Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine. -
-