From 3d7780e0babec473236305f5a61ef73df7d023db Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 10 May 2025 13:15:37 +0200 Subject: [PATCH] feat: style --- .../templates/fellchensammlung/bulma-about.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/bulma-about.html b/src/fellchensammlung/templates/fellchensammlung/bulma-about.html index f9a6625..1d1ccb0 100644 --- a/src/fellchensammlung/templates/fellchensammlung/bulma-about.html +++ b/src/fellchensammlung/templates/fellchensammlung/bulma-about.html @@ -6,11 +6,9 @@ {% block content %} {% if about_us %} -
-
-

{{ about_us.title }}

-
-
+
+

{{ about_us.title }}

+
{{ about_us.content | render_markdown }}
@@ -18,10 +16,12 @@ {% if faq %}
-

{{ faq.title }}

-

+

+

{{ faq.title }}

+
+
{{ faq.content | render_markdown }} -

+
{% endif %} {% endblock %} \ No newline at end of file