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; - } - - {% block head %}{% endblock %}