From 20c4a4809bae8b2f66092ed61943745b4a81d6e1 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 18 Mar 2025 13:10:35 +0100 Subject: [PATCH] Refactored css --- app/static/css/default.css | 4 ++++ app/templates/moduls/base.html.j2 | 24 ++++++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) 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" %}