From d6fc2f4f9ee9b34b440c3c508d20502494573b25 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Mon, 31 Jul 2023 16:39:59 +0200 Subject: [PATCH] using a fluid container for all smart phones --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index cf2ada9..155b7e9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -24,7 +24,7 @@ {% include "partials/_navbar.html" %} {% endblock navbar %} -
+
{% block content %} {% endblock content %}