diff --git a/src/index.html b/src/index.html index 849b4e1..8c13df6 100644 --- a/src/index.html +++ b/src/index.html @@ -113,12 +113,13 @@
-
+
+

<Here is what you get>

-
+
-
+

Created to Make The Web Better

@@ -130,10 +131,10 @@
-
+
-
+

Incredibly Powerful Tool

@@ -145,10 +146,10 @@
-
+
-
+

Experimental Stuff

@@ -160,10 +161,10 @@
-
+
-
+

Created to Make The Web Better

@@ -175,8 +176,8 @@
-
-

<Here is what you get>

+
+

<Here is what you get>

Revolutionary editor
diff --git a/src/scss/_about.scss b/src/scss/_about.scss index 6975906..9d6e476 100644 --- a/src/scss/_about.scss +++ b/src/scss/_about.scss @@ -1,7 +1,12 @@ .about { background-color: $background-light; - padding: 75px 0 0 30px; - height: 710px; + + @media all and (max-width: $desktop-xl) { + .about { + padding: 75px 0 0 30px; + height: 710px; + } + } } .about__title { @@ -13,4 +18,23 @@ &--no-wrap { white-space: nowrap; } + + &--desktop-xl { + display: block; + } + + &--desktop { + display: none; + text-align: center; + } + + @media all and (max-width: $desktop-xl) { + &--desktop-xl { + display: none; + } + + &--desktop { + display: block; + } + } } diff --git a/src/scss/_feature.scss b/src/scss/_feature.scss index f6c64a8..51f0fa4 100644 --- a/src/scss/_feature.scss +++ b/src/scss/_feature.scss @@ -3,7 +3,7 @@ } .feature__icon { - text-align: center; + text-align: left; } .feature__title {