From cf37f247440bee9b08ab45026e3f791db260a91a Mon Sep 17 00:00:00 2001 From: contra Date: Tue, 3 Jan 2017 21:38:36 -0500 Subject: [PATCH] Revert "added in fourth item in feature box and adjusted mobile responsiveness" --- css/main.css | 24 ++++++++++++++---------- index.html | 17 +++++------------ 2 files changed, 19 insertions(+), 22 deletions(-) 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 @@

-
+
-

Easy to Use

+

Simple Usage

- 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.

-
+

Efficient Builds

Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.

-
+

Quality Ecosystem

By enforcing strict guidelines, we ensure our plugins stay simple and work as expected.

-
- -

Easy to Learn

-

- Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine. -

-