Compare commits

..

No commits in common. "38d59de6c04299782d951cf828a97717153c188e" and "96633340cd9d334865d9c4caddb89300b9a005c6" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
{% block body_class %}template-blogpage{% endblock %}
{% block content %}
<section class="flex flex-col justify-center h-full px-0 md:px-4 lg:px-8">
<section class="flex flex-col items-center justify-center h-full px-0 md:px-4 lg:px-8">
<article class="mb-16 px-1 md:px-4 lg:px-8">
<h1>{{ page.title }}</h1>

View file

@ -1,4 +1,4 @@
Django>=5.2.1,<5.3
Django>=5.1,<5.3
wagtail>=6.4,<7.1
whitenoise>=6.6,<7.0
wagtailcodeblock>=1.29.0.2,<2.0