From 35c610f8846001ba4da4a4993c328755f3a3751b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 28 Sep 2018 15:55:25 +0100 Subject: [PATCH] index: Fix design on mobile Signed-off-by: Michael Tremer --- src/scss/style.scss | 11 +++++++++++ src/templates/index.html | 14 +++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index ab6d5491..bcf0277f 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -151,8 +151,19 @@ footer { margin-top: -6rem; + @include media-breakpoint-down(sm) { + padding-top: 6rem; + } + display: flex; align-items: center; + + h1 { + @include media-breakpoint-up(lg) { + font-size: 4rem; + line-height: 5rem; + } + } } section { diff --git a/src/templates/index.html b/src/templates/index.html index 6d6da74a..547a6e6e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -9,19 +9,19 @@ {% block container %}
-
-
-

The Open Source Firewall Distribution

+
+
+ IPFire Logo +
+ +
+

The Open Source Firewall Distribution

- -
- IPFire Logo -
-- 2.47.3