Minor layout fix on one template

This commit is contained in:
Lucia Zehentner 2025-03-26 19:57:16 +01:00
parent 363bd23954
commit de1f8ebfa2
2 changed files with 4 additions and 4 deletions

View file

@ -23,8 +23,8 @@
<span class="centered no-overflow">==============================================================================================</span>
</nav>
<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>
</main>
<footer> <span class="centered no-overflow horizontal_divider">======================================================================================</span>
<div class="footer-row"> <a href="legal_notice.html">legal notice</a> <span class="vertical-divider-footer">|</span> <a href="licenses.html">open source licenses</a> <span class="vertical-divider-footer">|</span> <span class="update-date">latest update: 2025-03-26<span> </div>

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 %}