From e04f39b245d6541ac660eab5b09a30f8be5080e4 Mon Sep 17 00:00:00 2001 From: Avijit Gupta <526avijit@gmail.com> Date: Sat, 29 May 2021 14:18:51 +0200 Subject: [PATCH] Fix classname for all posts title (#7) --- 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 33b9ae2..39fe9c8 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -128,7 +128,7 @@ html { margin-top: 50px; } -.list-posts .list-posts-title { +.list-posts .list-title { text-align: center; }