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