From 6f5e5b069cec5c291d19958cad832064f6ef88a5 Mon Sep 17 00:00:00 2001 From: thisfro Date: Thu, 20 May 2021 11:35:05 +0200 Subject: [PATCH] Fix footer issue --- assets/styles/app.scss | 7 +++++-- templates/base.html.twig | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/styles/app.scss b/assets/styles/app.scss index b49337e..f702452 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -11,9 +11,12 @@ footer { height: 6rem; } +nav { + min-height: 4rem; +} + .container { - min-height: 100vh; - margin-bottom: -9rem; + min-height: calc(100vh - 10rem); } .offer-img { diff --git a/templates/base.html.twig b/templates/base.html.twig index b9c181f..2276562 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -66,9 +66,7 @@
-
{% block body %}{% endblock %} -