summaryrefslogtreecommitdiff
path: root/templates/text.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/text.html')
-rw-r--r--templates/text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/text.html b/templates/text.html
index 9ba2a71..0ca19f4 100644
--- a/templates/text.html
+++ b/templates/text.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
-<section id="text">
+<section class="text single-column">
{{ section.content | safe }}
</section>