From a5a48389d4e5bc1100c39d4f8e1f48483bf05be0 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Wed, 27 Nov 2024 18:08:40 +0100
Subject: [PATCH] add flex grow to every page's main content

---
 scipost_django/scipost/templates/scipost/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost_django/scipost/templates/scipost/base.html b/scipost_django/scipost/templates/scipost/base.html
index 934f969ca..bbe711ddd 100644
--- a/scipost_django/scipost/templates/scipost/base.html
+++ b/scipost_django/scipost/templates/scipost/base.html
@@ -2,7 +2,7 @@
 
 {% block base %}
 
-  <main class="{% block container_class %}container {% endblock %}">
+  <main class="{% block container_class %}container flex-grow-1 {% endblock %}">
     {% block page_header %}{% endblock page_header %}
 
     {% block content %}{% endblock content %}
-- 
GitLab