diff --git a/app/static/css/default.css b/app/static/css/default.css index da3ff7b..19b9961 100644 --- a/app/static/css/default.css +++ b/app/static/css/default.css @@ -95,4 +95,8 @@ div#navbarNavheader li.nav-item{ div#navbarNavfooter li.nav-item{ margin-right: 6px; +} + +main{ + position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.3); overflow: visible; } \ No newline at end of file diff --git a/app/templates/moduls/base.html.j2 b/app/templates/moduls/base.html.j2 index 8a87eaf..6304fe3 100644 --- a/app/templates/moduls/base.html.j2 +++ b/app/templates/moduls/base.html.j2 @@ -27,20 +27,16 @@ {% set menu_type = "header" %} {% include "moduls/navigation.html.j2"%} - -
-
- - {% block content %}{% endblock %} -
-
- - -
-
-
- - +
+
+ + {% block content %}{% endblock %} +
+
+ +
+
+
{% set menu_type = "footer" %} {% include "moduls/navigation.html.j2" %}