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