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 %} -