From: Michael Tremer Date: Mon, 15 Oct 2018 20:46:02 +0000 (+0100) Subject: Add new support page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00026d8bab1aedda881c1817f024ce980996385e;p=ipfire.org.git Add new support page Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index fc856cd0..eb09a4fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,9 +174,9 @@ templates_static_DATA = \ src/templates/static/features.html \ src/templates/static/get-involved.html \ src/templates/static/get-started.html \ - src/templates/static/get-support.html \ src/templates/static/hardware.html \ - src/templates/static/legal.html + src/templates/static/legal.html \ + src/templates/static/support.html templates_staticdir = $(templatesdir)/static diff --git a/src/scss/style.scss b/src/scss/style.scss index 4731b066..c375e515 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -140,6 +140,14 @@ footer { // Sections +section { + padding: 3rem 0; + + @include media-breakpoint-up(sm) { + padding: 72px 0; + } +} + .main { .intro { min-height: 100%; @@ -154,14 +162,6 @@ footer { display: flex; align-items: center; } - - section { - padding: 3rem 0; - - @include media-breakpoint-up(sm) { - padding: 72px 0; - } - } } .blog-post { diff --git a/src/templates/base.html b/src/templates/base.html index ba7b3adb..71afbf27 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -43,7 +43,7 @@