From f87a877500c14fc1d37b4befe1bd1f4661ba401c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Sep 2018 16:21:15 +0100 Subject: [PATCH] Make sections on index page alternating Signed-off-by: Michael Tremer --- src/scss/style.scss | 13 ------------- src/templates/index.html | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 11332370..e63b3b47 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -139,19 +139,6 @@ footer { padding: 72px 0; } } - - section#news, section#support, footer { - background-color: $body-color; - color: $body-bg; - - h1 { - color: inherit; - } - } - - section#appliances { - padding-bottom: 48px; - } } .blog-post { diff --git a/src/templates/index.html b/src/templates/index.html index 6171c713..8901897f 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -25,7 +25,7 @@ -
+
@@ -129,7 +129,7 @@
-
+
@@ -183,7 +183,7 @@
-
+

{{ _("Professional Appliances & Services") }}

-- 2.47.3