From d2684fd893b1b247bb49674eef19a8ede4b5466f Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 5 Aug 2021 20:49:30 +0530 Subject: [PATCH] Change margin for list posts --- 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 ee885a6..95643d2 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -335,7 +335,7 @@ main#content .post { margin-top: 70px; } .list-posts .post-title { - margin: 10px 0 0 15px; + margin: 22px 0 0 15px; } .list-posts a { text-decoration: none;