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
+3 -1
View File
@@ -5,6 +5,8 @@
Add simple tasks app. Add simple tasks app.
** 0.2.1 <2023-07-12 Wed> ** 0.2.1 <2023-07-12 Wed>
Add the tasks to be shown on the index page. Add the tasks to be shown on the index page.
** 0.2.2 <2023-07-12 Wed> ** 0.2.2 <2023-07-13 Thu>
Add the TailwindCSS. Add the TailwindCSS.
** 0.2.3 <2023-07-14 Fri>
Update the main container block.
+1 -1
View File
@@ -8,7 +8,7 @@
<title>{% block title %}Simple TODO List{% endblock %}</title> <title>{% block title %}Simple TODO List{% endblock %}</title>
</head> </head>
<body> <body>
<div> <div class="flex flex-col justify-center w-full max-w-2xl mx-auto">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
</div> </div>