From 926ceaec72dcce2c9a61029c09c8195f8fa6bafd Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sat, 20 Dec 2025 14:31:12 +0100 Subject: added space between blogposts on listing --- blog/assets/css/blog.css | 5 +++++ blog/templates/index.html.j2 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'blog') diff --git a/blog/assets/css/blog.css b/blog/assets/css/blog.css index e921a73..f7de826 100644 --- a/blog/assets/css/blog.css +++ b/blog/assets/css/blog.css @@ -118,6 +118,11 @@ hr { color: var(--term-black); } +hr.post-listing { + margin-top: 8rem; + margin-bottom: 8rem; +} + .nobr, .icon-text p, .icon-text span { diff --git a/blog/templates/index.html.j2 b/blog/templates/index.html.j2 index 09ce8ad..b3ed4e5 100644 --- a/blog/templates/index.html.j2 +++ b/blog/templates/index.html.j2 @@ -12,7 +12,7 @@

{{ post.intro }}

{% if not loop.last %} -
+
{% endif %} {% endfor %} {% endblock %} -- cgit v1.2.3-70-g09d2