From a2f716670c199625f3bd44077f12b0ee9971807c Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Mon, 14 Apr 2025 02:58:26 +0200 Subject: [PATCH] feat: Make the page extend the full viewport --- templates/main/index.html.twig | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig index 5d05e26..93c4c43 100644 --- a/templates/main/index.html.twig +++ b/templates/main/index.html.twig @@ -18,22 +18,24 @@ {% endmacro %} {% block body %} -
- Gaisen -
-
-
- {{ _self.render_tree(tree) }} +
+
+ Gaisen
-
- {% if contents is not null %} - {{ contents|markdown_to_html }} - {% else %} - Empty - {% endif %} +
+
+ {{ _self.render_tree(tree) }} +
+
+ {% if contents is not null %} + {{ contents|markdown_to_html }} + {% else %} + Empty + {% endif %} +
+
+
+ Version: {{ version }}
-
-
- Version: {{ version }}
{% endblock %}