From 7e9ce9894fcaaf015a3f6f6f3fe12db1c1a5dee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 25 Feb 2025 22:53:57 +0100 Subject: [PATCH] male zmiany w css --- templates/base.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2235bbc..de949aa 100644 --- a/templates/base.html +++ b/templates/base.html @@ -208,12 +208,7 @@ min-height: 100vh; } - .full-height-row { - display: flex; - align-items: center; - justify-content: center; - min-height: calc(100vh - 56px); - } + {% block head %}{% endblock %}