From 967e1bee2776e3e6321e38e18b53f2fd12b6b4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 25 Feb 2025 22:59:38 +0100 Subject: [PATCH] male zmiany w css --- templates/base.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index fd75e50..369260f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -199,7 +199,20 @@ .btn-logout { color: #fff; } - + + /* Ustawienia globalne */ + html, body { + height: 100%; + margin: 0; + } + body { + display: flex; + flex-direction: column; + } + /* Wrapper głównej zawartości, który rośnie, aby wypełnić przestrzeń */ + .wrapper { + flex: 1; + } {% block head %}{% endblock %}