aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css3
-rw-r--r--apioforum/templates/view_forum.html4
2 files changed, 1 insertions, 6 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index fcea239..4403f18 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -174,9 +174,6 @@ main {
max-width: 60ch;
margin: auto;
}
-main.widemain {
- max-width: 120ch;
-}
blockquote {
margin-left: 10px;
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html
index 3529caa..96c51bb 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -7,8 +7,7 @@
{% endif %}
{%endblock%}
-{%block nmcontent%}
-<main class="widemain">
+{%block content%}
{% if forum.description %}
{{forum.description|md|safe}}
{% endif %}
@@ -81,5 +80,4 @@
{%endfor%}
</div>
-</main>
{%endblock%}