From 078b6499b384290c7ee733f3b82c4996e6a43e34 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Sat, 7 Aug 2021 21:17:30 +0530 Subject: [PATCH] Reduce list post spacing --- themes/gokarna/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index c16085e..c31c515 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -338,7 +338,7 @@ main#content .post { margin-top: 70px; } .list-posts .post-title { - margin: 22px 0 0 15px; + margin: 18px 0 0 15px; } .list-posts a { text-decoration: none;