From: Michael Tremer Date: Fri, 28 Sep 2018 14:55:25 +0000 (+0100) Subject: index: Fix design on mobile X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35c610f8846001ba4da4a4993c328755f3a3751b;p=ipfire.org.git index: Fix design on mobile Signed-off-by: Michael Tremer --- 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 -