From b250756bb6e49114c9f4c797b87a2264e33dbbdd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Oct 2018 12:36:03 +0100 Subject: [PATCH] index: Fix CSS that makes intro box span the whole screen Signed-off-by: Michael Tremer --- src/scss/style.scss | 8 ++++---- src/templates/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 30787a9a..068e2b88 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -176,10 +176,10 @@ section { } &.intro { - .container { - min-height: 100%; - min-height: 100vh; - } + padding: 0; + + min-height: 100%; + min-height: 100vh; margin-top: -$navbar-height; diff --git a/src/templates/index.html b/src/templates/index.html index 751318c7..2399a8f2 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -7,8 +7,8 @@ {% block title %}{{ _("Welcome to IPFire") }}{% end block %} {% block container %} -
-
+
+
IPFire Logo -- 2.47.3