diff options
-rw-r--r-- | app/templates/todo/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index 5707ddd..2a6fa5e 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -86,7 +86,7 @@ </p> {% endif %} - <h2>Unadded Topic List</h2> + <h2 class="mt-4">Unadded Topic List</h2> <p> {{ total_topics - topics_to_add }} / {{ total_topics }} packages have been been added to cdb, |