From afe12bd6309382dedd3e3f92be927948ac5f4565 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 22 Aug 2019 13:48:37 +0300 Subject: [PATCH] base template: add more space to bottom --- static/style.css | 15 ++++++++++++++- templates/base.html.tera | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 7fbc484..82368c1 100644 --- a/static/style.css +++ b/static/style.css @@ -11,7 +11,6 @@ body { } .footer { - widows: 100%; text-align: center; z-index: -1; } @@ -22,4 +21,18 @@ details { #details { text-align: justify; +} + +.nav-link { + margin-top: 0px; + margin-bottom: 0px; + padding-top: 0px; + padding-bottom: 0px; +} + +.navbar { + margin-top: 0px; + margin-bottom: 0px; + padding-top: 0px; + padding-bottom: 0px; } \ No newline at end of file diff --git a/templates/base.html.tera b/templates/base.html.tera index 3aa9d40..6b3a0b8 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -16,7 +16,7 @@
-
+
{% block content %}{% endblock content %}