From 7742859b4327fdab0732ea99d7806c0e0662097a Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 20 Aug 2023 15:49:33 +0300 Subject: [PATCH] modify base padding --- templates/_default/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_default/base.html b/templates/_default/base.html index 7745070..efd9923 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -5,7 +5,7 @@ -
+
{% block content %}{% endblock %}
{% include "partials/footer.html" %}