From 1674e4191f62b1959b2af904c63724fa0915a4e1 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 14:49:26 +0100 Subject: [PATCH] feat(home_page.html): include `prose` class on content --- home/templates/home/home_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index d817878..9b82deb 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -8,6 +8,8 @@ {% endblock extra_css %} +{% block content_class %}prose lg:prose-lg xl:prose-xl mx-auto{% endblock content_class %} + {% block content %} {{ page.body|richtext }}