From 8714d3b650fe815545a6a0927e7799250f66cfd0 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 16 Feb 2025 17:39:21 -0500 Subject: [PATCH] Increase the division between posts. --- default_environment/stylesheet/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index 7e8e862..904a9c5 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -95,6 +95,7 @@ body { .blog_stream { .stream_divider { color: var(--stream-divider-color); + margin: 40px 0; } .stream_nav {