From 6ac006e3558854fdf9bf9ad7161439bc352af2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= <mateusz.gruszczynski@firma.interia.pl> Date: Tue, 25 Feb 2025 22:54:28 +0100 Subject: [PATCH] male zmiany w css --- templates/base.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index de949aa..fd75e50 100644 --- a/templates/base.html +++ b/templates/base.html @@ -200,15 +200,6 @@ color: #fff; } - - .container { - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; - } - - </style> {% block head %}{% endblock %}