Minor layout fix on one template

This commit is contained in:
Lucia Heidecker 2025-07-11 14:13:35 +02:00
parent 92afebe8dc
commit 5cce32eef3
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block main %}
<h1>data</h1>
<p>This is where I would put so cool data - if I had any q.q</p>
<p>Maybe someday ~</p>
<p class="flowing-text">This is where I would put so cool data - if I had any q.q</p>
<p class="flowing-text">Maybe someday ~</p>
{% endblock %}