mooooar moooar pretty fixes
Some checks failed
test / cargo test (push) Failing after 1m4s

This commit is contained in:
2024-09-20 11:51:29 +02:00
parent f3c4df4458
commit 377aee315e
12 changed files with 84 additions and 71 deletions

View File

@ -25,13 +25,13 @@
</ul>
</section>
<hr class="border-blue-950 m-5 md:my-8">
<hr class="border-slate-300 m-5 md:my-8">
<ul class="mx-5">
{% for post in posts %}
<li>
{% include "components/blog_post_preview.html" %}
<hr class="border-blue-950 my-5 md:my-8">
<hr class="border-slate-300 my-5 md:my-8">
</li>
{% endfor %}
</ul>