about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/glossary.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index 718baf13..ed6f6ff7 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -3,7 +3,7 @@
 {% block title %}Glossary{% endblock %}
 
 {% block content %}
-
-{{ rendered_markdown|safe }}
-
+<div class="container">
+    {{ rendered_markdown|safe }}
+</div>
 {% endblock %}