Add CSS and HTML for blog post styling, remove unused flexbox elements

This commit is contained in:
Froge 2025-07-20 19:51:11 +10:00
parent a865751408
commit 3b17c1f479
Signed by: froge
GPG key ID: A825E09930271BFA
4 changed files with 31 additions and 12 deletions

View file

@ -25,7 +25,7 @@
</p>
</div>
<div class="dotted-border"></div>
<div class="blog-post-container">
<div class="blog-entry-container">
<h3 class="title">View the latest posts</h3>
{% block content %} {% endblock %}
</div>