From 480bc4104c0d5f93bdfb32df5ef5949eb5d3f4aa Mon Sep 17 00:00:00 2001 From: TechRunner Date: Sat, 1 Nov 2025 11:58:52 -0500 Subject: [PATCH] Added a margin --- stylesheets/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/home.css b/stylesheets/home.css index 413bc1a..59db9b8 100644 --- a/stylesheets/home.css +++ b/stylesheets/home.css @@ -135,6 +135,10 @@ div.post { text-align: center; } +.post li{ + margin-bottom: 6px; +} + .postImage{ margin: 3px; width: 50%;