Update the main container block.

main
KKlochko 2 years ago
parent 5e6adff80e
commit 797b36be61

@ -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.

@ -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>

Loading…
Cancel
Save