From 61b6a34e59108d83c60730cbdca3d38b88b1e413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Sat, 29 May 2021 14:10:26 +0200 Subject: [PATCH] Center align all posts title --- 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 6097ae5..33b9ae2 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -129,7 +129,7 @@ html { } .list-posts .list-posts-title { - text-align: right; + text-align: center; } .list-posts .posts-year {