Update the main container block.

This commit is contained in:
2023-07-14 19:11:00 +03:00
parent 5e6adff80e
commit 797b36be61
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<title>{% block title %}Simple TODO List{% endblock %}</title>
</head>
<body>
<div>
<div class="flex flex-col justify-center w-full max-w-2xl mx-auto">
{% block content %}
{% endblock %}
</div>