Compare commits

...

2 commits

Author SHA1 Message Date
38d59de6c0
fix: unreadable on mobile 2025-05-18 18:27:02 +02:00
c42bfbe72d
chore: update dependencies 2025-05-18 18:26:24 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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